Skip to content

Instantly share code, notes, and snippets.

@schmich
Created February 6, 2016 00:04
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 schmich/7e242eee60e583f9fb8d to your computer and use it in GitHub Desktop.
Save schmich/7e242eee60e583f9fb8d to your computer and use it in GitHub Desktop.
Releasing versions
  • Bump version in source file
  • git commit --allow-empty -m "vX.Y.Z"
  • git tag --sign vX.Y.Z -m "vX.Y.Z"
  • git push && git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment