File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
- make sure: _dev = 0
12
12
- Edit supported Python version numbers. Search for "PYVERSIONS".
13
13
- Especially README.rst and doc/index.rst
14
- - Update source files with release facts:
15
- $ make edit_for_release
16
- - Get useful snippets for next steps, and beyond, in cheats.txt
17
- $ make cheats
14
+ - Update source files with release facts, and get useful snippets:
15
+ $ make edit_for_release cheats
18
16
- Look over CHANGES.rst
19
17
- Update README.rst
20
18
- "New in x.y:"
54
52
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
55
53
- Download and check built kits from GitHub Actions:
56
54
$ make clean download_kits check_kits
55
+ - there should be 52
57
56
- examine the dist directory, and remove anything that looks malformed.
58
57
- opvars
59
58
- test the pypi upload:
76
75
- keep just the latest version of each x.y release, make the rest active but hidden.
77
76
- pre-releases should be hidden
78
77
- IF NOT PRE-RELEASE:
79
- - @ https://readthedocs.org/projects/coverage/builds/
80
- - wait for the new tag build to finish successfully.
81
78
- @ https://readthedocs.org/dashboard/coverage/advanced/
82
79
- change the default and latest versions to the new version
80
+ - @ https://readthedocs.org/projects/coverage/builds/
81
+ - manually build "latest"
82
+ - wait for the new tag build to finish successfully.
83
83
- Once CI passes, merge the bump-version branch to master and push it
84
84
85
85
- things to automate:
You can’t perform that action at this time.
0 commit comments