File tree 1 file changed +10
-9
lines changed 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 79
79
- Update GitHub releases:
80
80
$ make github_releases
81
81
- Update readthedocs
82
- - IF NOT PRE-RELEASE:
83
- - update git "stable" branch to point to latest release
84
- - git branch -f stable <latest-tag>
85
- - git push --all
86
- - visit https://readthedocs.org/projects/coverage/builds/
87
- - wait for the new tag build to finish successfully.
88
- - visit https://readthedocs.org/dashboard/coverage/advanced/
89
- - change the default version to the new version
90
- - visit https://readthedocs.org/projects/coverage/versions/
82
+ - @ https://readthedocs.org/projects/coverage/versions/
91
83
- find the latest tag in the inactive list, edit it, make it active.
92
84
- readthedocs won't find the tag until a commit is made on master.
93
85
- keep just the latest version of each x.y release, make the rest inactive.
86
+ - IF NOT PRE-RELEASE:
87
+ - update git "stable" branch to point to latest release
88
+ $ git branch -f stable <latest-tag>
89
+ $ git push --all
90
+ - @ https://readthedocs.org/projects/coverage/builds/
91
+ - wait for the new tag build to finish successfully.
92
+ - @ https://readthedocs.org/dashboard/coverage/advanced/
93
+ - change the default version to the new version
94
94
- Visit the fixed issues on GitHub and mention the version it was fixed in.
95
+ - "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)."
95
96
- make a milestone for the next release and move open issues into it.
96
97
- Announce:
97
98
- twitter @coveragepy
You can’t perform that action at this time.
0 commit comments