summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/howto.txt b/howto.txt
index b8242cc..d14f29c 100644
--- a/howto.txt
+++ b/howto.txt
@@ -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