Skip to content

Instantly share code, notes, and snippets.

@javrasya
Created January 20, 2017 15:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javrasya/abb7eaf35256dd3f5f1587bdac030197 to your computer and use it in GitHub Desktop.
Save javrasya/abb7eaf35256dd3f5f1587bdac030197 to your computer and use it in GitHub Desktop.
Get latest git tag by a version pattern
echo "$(git tag --sort=committerdate | grep -o 'v[0-9]*\.[0-9]*\.[0-9]*' | tail -n1)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment