summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-03 09:31:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-03 09:31:53 -0400
commit43b7cd8181640ab525e06795ea3ae53d828b6ca6 (patch)
tree301d8761ff04d02226557fe00b2486a22152b7fb /howto.txt
parent4d00a2f35570a16456f4e3d224d3a22bbc3f5984 (diff)
downloadpython-coveragepy-git-43b7cd8181640ab525e06795ea3ae53d828b6ca6.tar.gz
Updates for 5.0a2coverage-5.0a2
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index b23757dc..36d1cf48 100644
--- a/howto.txt
+++ b/howto.txt
@@ -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