diff options
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ - Check that the docs build correctly: $ tox -e doc - Done with changes to source files, check them in. - - hg push + - git push - Generate new sample_html to get the latest, incl footer version number: make clean pip install -e . @@ -62,7 +62,7 @@ - Visit https://pypi.python.org/pypi?:action=pkg_edit&name=coverage : - show/hide the proper versions. - Tag the tree - - hg tag -m "Coverage 3.0.1" coverage-3.0.1 + - git tag coverage-3.0.1 - Bump version: - coverage/version.py - increment version number @@ -70,7 +70,7 @@ - set to alpha-0 if just released - CHANGES.rst - add an "Unreleased" section to the top. -- push hg changes +- push git changes - Update nedbatchelder.com - Blog post? - Update readthedocs |