diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-24 07:06:19 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-24 07:06:19 -0400 |
commit | 7adc519d681f01448bfeec99b9a23a3b8da86eb6 (patch) | |
tree | 38984ad6e6292a50d6f1d4f9b480dd78ee9d86e2 /howto.txt | |
parent | a970e6ebe2afe2ceb2204ac17624814447047662 (diff) | |
download | python-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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |