Created
February 2, 2015 18:59
-
-
Save j-griffith/8e2196a82b08075e7fae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pushing the clients to PyPi | |
To confirm, if I want to push a version "2.0" out from our master branch, I just do: | |
git checkout master | |
git review -s | |
git tag -s "2.0" | |
git push --tags gerrit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment