diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-04 05:22:38 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-04 05:22:38 -0500 |
commit | f95979f4d16ae031747872120c3090e12d1f19eb (patch) | |
tree | 58c1af5969f089eaaf8aaa1951d47719b5176e4e | |
parent | 504a72a9558b07e8959edca1745e1add7b1f37dc (diff) | |
download | python-coveragepy-git-f95979f4d16ae031747872120c3090e12d1f19eb.tar.gz |
Every release includes tweaks to the instructions for releasingcoverage-4.0.2
-rw-r--r-- | howto.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ - ELSE: rm -f ~/coverage/trunk/doc/sample_html/*.* cp -r htmlcov/ ~/coverage/trunk/doc/sample_html/ + cd ~/coverage/trunk + check in the new sample html - IF BETA: - Build and publish docs: $ make publishbeta |