Skip to content

Commit 8648156

Browse files
committed
docs: tweaks to release process
1 parent f56dd59 commit 8648156

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

howto.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
- make sure: _dev = 0
1212
- Edit supported Python version numbers. Search for "PYVERSIONS".
1313
- 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
1816
- Look over CHANGES.rst
1917
- Update README.rst
2018
- "New in x.y:"
@@ -54,6 +52,7 @@
5452
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
5553
- Download and check built kits from GitHub Actions:
5654
$ make clean download_kits check_kits
55+
- there should be 52
5756
- examine the dist directory, and remove anything that looks malformed.
5857
- opvars
5958
- test the pypi upload:
@@ -76,10 +75,11 @@
7675
- keep just the latest version of each x.y release, make the rest active but hidden.
7776
- pre-releases should be hidden
7877
- IF NOT PRE-RELEASE:
79-
- @ https://readthedocs.org/projects/coverage/builds/
80-
- wait for the new tag build to finish successfully.
8178
- @ https://readthedocs.org/dashboard/coverage/advanced/
8279
- 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.
8383
- Once CI passes, merge the bump-version branch to master and push it
8484

8585
- things to automate:

0 commit comments

Comments
 (0)