diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-29 17:39:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-29 17:39:48 -0400 |
commit | 958301f960248805c20937581e70686e3e123eef (patch) | |
tree | fc274199da65c76709f9ce3113d6ba417950027f /howto.txt | |
parent | 0ac24533e7f167518b8653d423de5ff7d6229a42 (diff) | |
download | python-coveragepy-git-958301f960248805c20937581e70686e3e123eef.tar.gz |
build: commenting on fixes should happen before bumping the version
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -59,6 +59,9 @@ $ make update_stable - Update GitHub releases: $ make clean github_releases +- Visit the fixed issues on GitHub and mention the version it was fixed in. + $ make comment_on_fixes + - "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)." - Bump version: - coverage/version.py - increment version number @@ -77,9 +80,6 @@ - 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. - $ make comment_on_fixes - - "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)." - Announce: - twitter @coveragepy - nedbatchelder.com blog post? |