summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-09-29 17:39:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-09-29 17:39:48 -0400
commit958301f960248805c20937581e70686e3e123eef (patch)
treefc274199da65c76709f9ce3113d6ba417950027f /howto.txt
parent0ac24533e7f167518b8653d423de5ff7d6229a42 (diff)
downloadpython-coveragepy-git-958301f960248805c20937581e70686e3e123eef.tar.gz
build: commenting on fixes should happen before bumping the version
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index 01440638..ec0bd9e7 100644
--- a/howto.txt
+++ b/howto.txt
@@ -59,6 +59,9 @@
$ make update_stable
- Update GitHub releases:
$ make clean github_releases
+- Visit the fixed issues on GitHub and mention the version it was fixed in.
+ $ make comment_on_fixes
+ - "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)."
- Bump version:
- coverage/version.py
- increment version number
@@ -77,9 +80,6 @@
- wait for the new tag build to finish successfully.
- @ https://readthedocs.org/dashboard/coverage/advanced/
- change the default version to the new version
-- Visit the fixed issues on GitHub and mention the version it was fixed in.
- $ make comment_on_fixes
- - "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)."
- Announce:
- twitter @coveragepy
- nedbatchelder.com blog post?