summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-02-03 17:27:44 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-02-03 17:27:44 -0500
commitdf011a3f6f77b3d38e4984b96481dff0bcd81a22 (patch)
tree9c9b3ef23e448db633afb8cb9b9b1d2f2f15b272 /howto.txt
parentace04d0f73b11c76bfa3bed207f2f2370c354c7a (diff)
downloadpython-coveragepy-git-df011a3f6f77b3d38e4984b96481dff0bcd81a22.tar.gz
Bump version and improve notes about how to bump versions
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 dc3a838e..14c51916 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