summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-06 08:34:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-06 08:34:51 -0400
commit5c4d4cd2f1a640100ad6ed1cb193cd9f6eb600f2 (patch)
treef5134da5595495222c3083ddfacc0f3a2104237a /howto.txt
parent7f8adf703663551118b5912f55f0666ac970f17a (diff)
downloadpython-coveragepy-git-5c4d4cd2f1a640100ad6ed1cb193cd9f6eb600f2.tar.gz
More howto.txt
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/howto.txt b/howto.txt
index fa2a35f1..22785be1 100644
--- a/howto.txt
+++ b/howto.txt
@@ -79,19 +79,20 @@
- Update GitHub releases:
$ make github_releases
- Update readthedocs
- - 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/
+ - @ 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
+ - @ https://readthedocs.org/projects/coverage/builds/
+ - wait for the new tag build to finish successfully.
+ - @ https://readthedocs.org/dashboard/coverage/advanced/
+ - change the default version to the new version
- Visit the fixed issues on GitHub and mention the version it was fixed in.
+ - "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)."
- make a milestone for the next release and move open issues into it.
- Announce:
- twitter @coveragepy