summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-24 07:06:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-24 07:06:19 -0400
commit7adc519d681f01448bfeec99b9a23a3b8da86eb6 (patch)
tree38984ad6e6292a50d6f1d4f9b480dd78ee9d86e2 /howto.txt
parenta970e6ebe2afe2ceb2204ac17624814447047662 (diff)
downloadpython-coveragepy-git-7adc519d681f01448bfeec99b9a23a3b8da86eb6.tar.gz
Should wait to push until sample html is donecoverage-5.2.1
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/howto.txt b/howto.txt
index 22785be1..10a90232 100644
--- a/howto.txt
+++ b/howto.txt
@@ -22,8 +22,6 @@
- Don't forget the man page: doc/python-coverage.1.txt
- Check that the docs build correctly:
$ tox -e doc
-- Done with changes to source files, check them in.
- $ git push
- Generate new sample_html to get the latest, incl footer version number:
$ make clean
$ pip install -e .
@@ -39,6 +37,8 @@
cd ~/coverage/trunk
- IF NOT PRE-RELEASE:
check in the new sample html
+- Done with changes to source files, check them in.
+ $ git push
- Build and publish docs:
- IF PRE-RELEASE:
$ make publishbeta