Ouss4 commented on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-744079367
> Found this: `git tag -l | sort -V | tail -1` > > Looks like these work too: `git tag -l --sort=-v:refname | head -1` `git tag -l --sort=v:refname | tail -1` Hmmmm... but they have the same undesirable effect for older release branches. Maybe a solution is to check with something like `git describe` first then go to the list of tags? ---------------------------------------------------------------- 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