Skip to content

Instantly share code, notes, and snippets.

@barbagrigia
Forked from kevin-smets/gitSemVer.sh
Created September 21, 2017 23:42
Show Gist options
  • Save barbagrigia/5b994cde18858eed5adb7e0a5756963e to your computer and use it in GitHub Desktop.
Save barbagrigia/5b994cde18858eed5adb7e0a5756963e 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