summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-11 16:58:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-11 16:59:48 -0400
commita3921d2c9025f570a4c0d59d503bfd056d26e723 (patch)
tree74bfb83130716122903ba6867d7b93d6f6ac6cf4 /howto.txt
parent19bb1f80a361aaf8e77c5eaa45934aaf58178216 (diff)
downloadpython-coveragepy-git-6.0.2.tar.gz
build: prep for 6.0.26.0.2
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/howto.txt b/howto.txt
index 8121b9db..e89b42eb 100644
--- a/howto.txt
+++ b/howto.txt
@@ -57,6 +57,8 @@
- Tag the tree
$ git tag -a 3.0.1
$ git push --follow-tags
+- Update GitHub releases:
+ $ make github_releases
- Bump version:
- coverage/version.py
- increment version number
@@ -65,8 +67,6 @@
- CHANGES.rst
- add an "Unreleased" section to the top.
$ git push
-- Update GitHub releases:
- $ make github_releases
- Update readthedocs
- @ https://readthedocs.org/projects/coverage/versions/
- find the latest tag in the inactive list, edit it, make it active.