You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/13 22:19:39 UTC

[GitHub] [incubator-nuttx] Ouss4 edited a comment on issue #2529: version.sh does not use the "latest" tag just most recent

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 this works too: `git tag -l --sort=-v:refname | head -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:
users@infra.apache.org