File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 76
76
- Update Tidelift:
77
77
- make upload_relnotes
78
78
- 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.
83
79
- IF NOT PRE-RELEASE:
84
80
- update git "stable" branch to point to latest release
81
+ - git branch -f stable <latest-tag>
82
+ - git push --all
85
83
- visit https://readthedocs.org/projects/coverage/builds/
86
84
- wait for the new tag build to finish successfully.
87
85
- visit https://readthedocs.org/dashboard/coverage/advanced/
88
86
- 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.
89
91
- 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?
93
97
94
98
95
99
* Testing
You can’t perform that action at this time.
0 commit comments