Skip to content

Commit

Permalink
docs: tweaks to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 20, 2023
1 parent f56dd59 commit 8648156
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
- make sure: _dev = 0
- Edit supported Python version numbers. Search for "PYVERSIONS".
- Especially README.rst and doc/index.rst
- Update source files with release facts:
$ make edit_for_release
- Get useful snippets for next steps, and beyond, in cheats.txt
$ make cheats
- Update source files with release facts, and get useful snippets:
$ make edit_for_release cheats
- Look over CHANGES.rst
- Update README.rst
- "New in x.y:"
Expand Down Expand Up @@ -54,6 +52,7 @@
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
- Download and check built kits from GitHub Actions:
$ make clean download_kits check_kits
- there should be 52
- examine the dist directory, and remove anything that looks malformed.
- opvars
- test the pypi upload:
Expand All @@ -76,10 +75,11 @@
- keep just the latest version of each x.y release, make the rest active but hidden.
- pre-releases should be hidden
- IF NOT PRE-RELEASE:
- @ https://readthedocs.org/projects/coverage/builds/
- wait for the new tag build to finish successfully.
- @ https://readthedocs.org/dashboard/coverage/advanced/
- change the default and latest versions to the new version
- @ https://readthedocs.org/projects/coverage/builds/
- manually build "latest"
- wait for the new tag build to finish successfully.
- Once CI passes, merge the bump-version branch to master and push it

- things to automate:
Expand Down

0 comments on commit 8648156

Please sign in to comment.