diff options
-rw-r--r-- | howto.txt | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -63,18 +63,9 @@ - $ make kit_upload - Tag the tree - git tag coverage-3.0.1 - - git push - git push --tags - Update Tidelift: - make upload_relnotes -- 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 - Update nedbatchelder.com - Blog post? - Update readthedocs @@ -87,8 +78,15 @@ - visit 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. -- Announce on coveragepy-announce@googlegroups.com . - 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 * Testing |