Tweak hacking docs.

This commit is contained in:
Robert Collins
2015-10-08 14:10:50 +13:00
parent 3717815436
commit b86fef871d

View File

@@ -40,7 +40,9 @@ Releasing
1. commit, tag::
git push --tags origin master:master
git commit -am "Release X.Y.Z"
git tag -m "Release X.Y.Z" X.Y.Z
git push --tags origin master:master
1. Upload to pypi, signed.