summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-01-12 07:54:51 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-01-12 07:54:51 -0500
commit03fa42beedc9b8678c1be1cd2a899bddee10f79c (patch)
treee5d20843a23741cce81fc2ab2c70d0f54be42c62 /howto.txt
parent9a1d4e7500e1741429ad2a5b76f99d7a1757bfb2 (diff)
downloadpython-coveragepy-git-03fa42beedc9b8678c1be1cd2a899bddee10f79c.tar.gz
howto tweaks
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt18
1 files changed, 11 insertions, 7 deletions
diff --git a/howto.txt b/howto.txt
index f73dee04..3653e830 100644
--- a/howto.txt
+++ b/howto.txt
@@ -76,20 +76,24 @@
- Update Tidelift:
- make upload_relnotes
- Update readthedocs
- - visit https://readthedocs.org/projects/coverage/versions/
- - find the latest tag in the inactive list, edit it, make it active.
- - readthedocs won't find the tag until a commit is made on master.
- - keep just the latest version of each x.y release, make the rest inactive.
- IF NOT PRE-RELEASE:
- update git "stable" branch to point to latest release
+ - git branch -f stable <latest-tag>
+ - git push --all
- visit https://readthedocs.org/projects/coverage/builds/
- wait for the new tag build to finish successfully.
- visit https://readthedocs.org/dashboard/coverage/advanced/
- change the default version to the new version
+ - visit https://readthedocs.org/projects/coverage/versions/
+ - find the latest tag in the inactive list, edit it, make it active.
+ - readthedocs won't find the tag until a commit is made on master.
+ - keep just the latest version of each x.y release, make the rest inactive.
- Visit the fixed issues on GitHub and mention the version it was fixed in.
-- Update nedbatchelder.com
- - Blog post?
-- Announce on TIP.
+ - 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