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 dc3a838..14c5191 100644
--- a/howto.txt
+++ b/howto.txt
@@ -61,6 +61,14 @@
- show/hide the proper versions.
- Tag the tree
- hg tag -m "Coverage 3.0.1" coverage-3.0.1
+- 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.
+- push hg changes
- Update nedbatchelder.com
- Blog post?
- Update readthedocs
@@ -76,13 +84,6 @@
- Announce on coveragepy-announce@googlegroups.com .
- Announce on TIP.
-- 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