Skip to content

Instantly share code, notes, and snippets.

@ten0s
Created April 29, 2015 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ten0s/7a9d690315ac9637b693 to your computer and use it in GitHub Desktop.
Save ten0s/7a9d690315ac9637b693 to your computer and use it in GitHub Desktop.
Next tag
git tag | grep -E '^[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | awk -F. 'END { printf("%d.%d.%d", $1, $2, $3+1); }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment