Skip to content

Commit a2c2a61

Browse files
committed
build: every release leads to tweaks to the process
1 parent c70267f commit a2c2a61

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

howto.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
- upload kits:
5858
$ make kit_upload
5959
- Tag the tree
60-
$ git tag -a 3.0.1
60+
$ git tag -a -m "Version 3.0.1" 3.0.1
6161
$ git push --follow-tags
6262
- Update GitHub releases:
63-
$ make github_releases
63+
$ make clean github_releases
6464
- Bump version:
6565
- coverage/version.py
6666
- increment version number
@@ -84,11 +84,9 @@
8484
- change the default version to the new version
8585
- Visit the fixed issues on GitHub and mention the version it was fixed in.
8686
- "This is now released as part of [coverage 5.2](https://pypi.org/project/coverage/5.2)."
87-
- make a milestone for the next release and move open issues into it.
8887
- Announce:
8988
- twitter @coveragepy
9089
- nedbatchelder.com blog post?
91-
- testing-in-python mailing list?
9290

9391

9492
* Testing

0 commit comments

Comments
 (0)