diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-10 16:02:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-10 16:02:12 -0500 |
commit | d56999aa4c75bfe356e9c1d36c60ecebf3ee85f0 (patch) | |
tree | 67440bd8730404828612133c08e1363783a068f8 /howto.txt | |
parent | 695e8cb5e09582b0cb18902e2b7d6a1f5b22f140 (diff) | |
download | python-coveragepy-git-d56999aa4c75bfe356e9c1d36c60ecebf3ee85f0.tar.gz |
Tweaks to the shipping instructions
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,13 +74,17 @@ - Update readthedocs - visit https://readthedocs.org/projects/coverage/versions/ - find the latest tag in the inactive list, edit it, make it active. + - keep just the latest version of each x.y release, make the rest inactive. - IF NOT BETA: + - visit https://readthedocs.org/projects/coverage/builds/ + - wait for the new tag build to finish successfully. - visit https://readthedocs.org/dashboard/coverage/versions/ - change the default version to the new version - Update bitbucket: - Issue tracker should get new version number in picker. # Note: don't delete old version numbers: it marks changes on the tickets # with that number. +- Visit the fixed issues on bitbucket and mention the version it was fixed in. - Announce on coveragepy-announce@googlegroups.com . - Announce on TIP. |