diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 15:01:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 15:01:57 -0500 |
commit | b68d14755fd8882483be1f02e4b96d33ed4c8636 (patch) | |
tree | fdd77281ad4411100660db85a20a1fcb9694bbbf | |
parent | 225dd7cd63336b90c6e0b55fbe800a9241b3695b (diff) | |
download | python-coveragepy-git-b68d14755fd8882483be1f02e4b96d33ed4c8636.tar.gz |
Bumping version before readthedocs works better
-rw-r--r-- | howto.txt | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -64,6 +64,14 @@ - Tag the tree - git tag coverage-3.0.1 - git push --tags +- Bump version: + - coverage/version.py + - increment version number + - IF NOT PRE-RELEASE: + - set to alpha-0 if just released. + - CHANGES.rst + - add an "Unreleased" section to the top. + - git push - Update Tidelift: - make upload_relnotes - Update nedbatchelder.com @@ -71,6 +79,7 @@ - Update readthedocs - visit 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: - visit https://readthedocs.org/projects/coverage/builds/ @@ -79,13 +88,6 @@ - change the default version to the new version - Visit the fixed issues on GitHub and mention the version it was fixed in. - Announce on TIP. -- Bump version: - - coverage/version.py - - increment version number - - IF NOT PRE-RELEASE: - - set to alpha-0 if just released. - - CHANGES.rst - - add an "Unreleased" section to the top. - push git changes |