summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-30 07:51:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-30 08:03:44 -0400
commita2c2a61799b1c7bd8a3a1e7d3276b98962a51c14 (patch)
tree3db0e4a27130a1d5928c76a335abead2e33f12ab /howto.txt
parentc70267f373712fb1a0fdbf8b784bb3a09f58bb25 (diff)
downloadpython-coveragepy-git-a2c2a61799b1c7bd8a3a1e7d3276b98962a51c14.tar.gz
build: every release leads to tweaks to the process
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/howto.txt b/howto.txt
index db56b1f3..2ffd794e 100644
--- a/howto.txt
+++ b/howto.txt
@@ -57,10 +57,10 @@
- upload kits:
$ make kit_upload
- Tag the tree
- $ git tag -a 3.0.1
+ $ git tag -a -m "Version 3.0.1" 3.0.1
$ git push --follow-tags
- Update GitHub releases:
- $ make github_releases
+ $ make clean github_releases
- Bump version:
- coverage/version.py
- increment version number
@@ -84,11 +84,9 @@
- change the default version to the new version
- Visit the fixed issues on GitHub and mention the version it was fixed in.
- "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)."
- - make a milestone for the next release and move open issues into it.
- Announce:
- twitter @coveragepy
- nedbatchelder.com blog post?
- - testing-in-python mailing list?
* Testing