Skip to content

Commit

Permalink
docs: one new-in mention, and tweak the release how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 24, 2023
1 parent 3741d0e commit b62fc41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on

**New in 7.x:**
improved data combining;
``[run] exclude_also`` setting;
``report --format=``;
type annotations.

Expand Down
9 changes: 4 additions & 5 deletions howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
version_info = (4, 0, 2, "final", 0)
- 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
- Look over CHANGES.rst
- Update README.rst
- "New in x.y:"
- Python versions supported
- Update docs
- Python versions in doc/index.rst
- IF PRE-RELEASE:
- Version of latest stable release in doc/index.rst
- Make sure the docs are cogged:
Expand Down Expand Up @@ -49,6 +48,7 @@
$ make publishbeta
- ELSE:
$ make publish
- commit and publish nedbatchelder.com
- Kits:
- Wait for kits to finish:
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
Expand Down Expand Up @@ -83,10 +83,9 @@
- wait for the new tag build to finish successfully.
- @ https://readthedocs.org/dashboard/coverage/advanced/
- change the default version to the new version
- Don't forget to merge the bump-version branch
- Once CI passes, merge the bump-version branch to master and push it

- things to automate:
- url to link to latest changes in docs
- next version.py line
- readthedocs api to do the readthedocs changes


Expand Down

0 comments on commit b62fc41

Please sign in to comment.