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
commit4a22c846fd1af2d372d40edf6238327798a0ff17 (patch)
tree1931219208d3269025ff6f4b26478b4fafd5b921 /howto.txt
parentc41960d4776d7906ec6e87b639f656cdfc2f1e5c (diff)
downloadpython-coveragepy-4a22c846fd1af2d372d40edf6238327798a0ff17.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 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