Skip to content

Instantly share code, notes, and snippets.

@adamkirkwood
Last active December 14, 2016 18:46
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 adamkirkwood/03e12e90df6e66f522e9133821c6b406 to your computer and use it in GitHub Desktop.
Save adamkirkwood/03e12e90df6e66f522e9133821c6b406 to your computer and use it in GitHub Desktop.
# ... snip ...
git commit -am "add screenshots for $RELEASE_VERSION"
git tag -a $RELEASE_VERSION -m "Release $RELEASE_VERSION"
git push origin $RELEASE_VERSION
# ... snip ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment