Ouss4 edited a comment on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-744077737
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` ---------------------------------------------------------------- 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