btashton opened a new issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529
There is a problem here because we currently look for the most recent tag which can be a patch release for an older series. This results in currently 9.1.1 showing up when I would expect it to be 10.0.1 Because the tag is never on the master branch and only on the release branches I am not quite sure what the right thing to do here is. One option would be to look for the latest release branch behind the current comment and then look for the latest tag on that. https://github.com/apache/incubator-nuttx/blob/de1ad1fdb319c87c4b2d1405075e7cb34e120377/tools/version.sh#L89 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org