File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 57
57
- upload kits:
58
58
$ make kit_upload
59
59
- Tag the tree
60
- $ git tag -a 3.0.1
60
+ $ git tag -a -m "Version 3.0.1" 3.0.1
61
61
$ git push --follow-tags
62
62
- Update GitHub releases:
63
- $ make github_releases
63
+ $ make clean github_releases
64
64
- Bump version:
65
65
- coverage/version.py
66
66
- increment version number
84
84
- change the default version to the new version
85
85
- Visit the fixed issues on GitHub and mention the version it was fixed in.
86
86
- "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.
88
87
- Announce:
89
88
- twitter @coveragepy
90
89
- nedbatchelder.com blog post?
91
- - testing-in-python mailing list?
92
90
93
91
94
92
* Testing
You can’t perform that action at this time.
0 commit comments