From a2c2a61799b1c7bd8a3a1e7d3276b98962a51c14 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 30 Oct 2021 07:51:42 -0400 Subject: build: every release leads to tweaks to the process --- howto.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'howto.txt') diff --git a/howto.txt b/howto.txt index db56b1f3..2ffd794e 100644 --- a/howto.txt +++ b/howto.txt @@ -57,10 +57,10 @@ - upload kits: $ make kit_upload - Tag the tree - $ git tag -a 3.0.1 + $ git tag -a -m "Version 3.0.1" 3.0.1 $ git push --follow-tags - Update GitHub releases: - $ make github_releases + $ make clean github_releases - Bump version: - coverage/version.py - increment version number @@ -84,11 +84,9 @@ - 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 - nedbatchelder.com blog post? - - testing-in-python mailing list? * Testing -- cgit v1.2.1