diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-16 19:15:44 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-16 19:15:44 -0500 |
commit | d49e33b29940c5edcc6ac01284af8b59e6728166 (patch) | |
tree | 9db281d1411ce37974c40f10b2612e658be0c465 /howto.txt | |
parent | e807175224ae7006a73ac9b6af7e1e7e367916be (diff) | |
download | python-coveragepy-git-d49e33b29940c5edcc6ac01284af8b59e6728166.tar.gz |
Scooch version to 4.3.3a0
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -32,7 +32,7 @@ - IF BETA: rm -f ~/coverage/trunk/doc/sample_html_beta/*.* cp -r htmlcov/ ~/coverage/trunk/doc/sample_html_beta/ - - ELSE: + - IF NOT BETA: rm -f ~/coverage/trunk/doc/sample_html/*.* cp -r htmlcov/ ~/coverage/trunk/doc/sample_html/ cd ~/coverage/trunk @@ -73,12 +73,13 @@ - Announce on coveragepy-announce@googlegroups.com . - Announce on TIP. - -* Building - -- Create PythonXX\Lib\distutils\distutils.cfg:: - [build] - compiler = mingw32 +- Bump version: + - coverage/version.py + - increment version number + - IF NOT BETA: + - set to alpha-0 if just released + - CHANGES.rst + - add an "Unreleased" section to the top. * Testing |