Skip to content

Commit 03fa42b

Browse files
committed
howto tweaks
1 parent 9a1d4e7 commit 03fa42b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

howto.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,24 @@
7676
- Update Tidelift:
7777
- make upload_relnotes
7878
- Update readthedocs
79-
- visit https://readthedocs.org/projects/coverage/versions/
80-
- find the latest tag in the inactive list, edit it, make it active.
81-
- readthedocs won't find the tag until a commit is made on master.
82-
- keep just the latest version of each x.y release, make the rest inactive.
8379
- IF NOT PRE-RELEASE:
8480
- update git "stable" branch to point to latest release
81+
- git branch -f stable <latest-tag>
82+
- git push --all
8583
- visit https://readthedocs.org/projects/coverage/builds/
8684
- wait for the new tag build to finish successfully.
8785
- visit https://readthedocs.org/dashboard/coverage/advanced/
8886
- change the default version to the new version
87+
- visit https://readthedocs.org/projects/coverage/versions/
88+
- find the latest tag in the inactive list, edit it, make it active.
89+
- readthedocs won't find the tag until a commit is made on master.
90+
- keep just the latest version of each x.y release, make the rest inactive.
8991
- Visit the fixed issues on GitHub and mention the version it was fixed in.
90-
- Update nedbatchelder.com
91-
- Blog post?
92-
- Announce on TIP.
92+
- make a milestone for the next release and move open issues into it.
93+
- Announce:
94+
- twitter @coveragepy
95+
- nedbatchelder.com blog post?
96+
- testing-in-python mailing list?
9397

9498

9599
* Testing

0 commit comments

Comments
 (0)