Skip to content

Instantly share code, notes, and snippets.

@kevin-smets
Last active September 21, 2017 23:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kevin-smets/6304352 to your computer and use it in GitHub Desktop.
Save kevin-smets/6304352 to your computer and use it in GitHub Desktop.
SemVer tagging
git tag -a v1.0.0 -m 'tagging v1.0.0'
git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment