Skip to content

Commit 5c4d4cd

Browse files
committed
More howto.txt
1 parent 7f8adf7 commit 5c4d4cd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

howto.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,20 @@
7979
- Update GitHub releases:
8080
$ make github_releases
8181
- 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/
9183
- find the latest tag in the inactive list, edit it, make it active.
9284
- readthedocs won't find the tag until a commit is made on master.
9385
- 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
9494
- 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)."
9596
- make a milestone for the next release and move open issues into it.
9697
- Announce:
9798
- twitter @coveragepy

0 commit comments

Comments
 (0)