Skip to content

Commit b62fc41

Browse files
committedMay 24, 2023
docs: one new-in mention, and tweak the release how-to
1 parent 3741d0e commit b62fc41

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
3939

4040
**New in 7.x:**
4141
improved data combining;
42+
``[run] exclude_also`` setting;
4243
``report --format=``;
4344
type annotations.
4445

‎howto.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
version_info = (4, 0, 2, "final", 0)
1111
- make sure: _dev = 0
1212
- Edit supported Python version numbers. Search for "PYVERSIONS".
13+
- Especially README.rst and doc/index.rst
1314
- Update source files with release facts:
1415
$ make edit_for_release
1516
- Get useful snippets for next steps, and beyond, in cheats.txt
1617
$ make cheats
1718
- Look over CHANGES.rst
1819
- Update README.rst
1920
- "New in x.y:"
20-
- Python versions supported
2121
- Update docs
22-
- Python versions in doc/index.rst
2322
- IF PRE-RELEASE:
2423
- Version of latest stable release in doc/index.rst
2524
- Make sure the docs are cogged:
@@ -49,6 +48,7 @@
4948
$ make publishbeta
5049
- ELSE:
5150
$ make publish
51+
- commit and publish nedbatchelder.com
5252
- Kits:
5353
- Wait for kits to finish:
5454
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
@@ -83,10 +83,9 @@
8383
- wait for the new tag build to finish successfully.
8484
- @ https://readthedocs.org/dashboard/coverage/advanced/
8585
- change the default version to the new version
86-
- Don't forget to merge the bump-version branch
86+
- Once CI passes, merge the bump-version branch to master and push it
87+
8788
- things to automate:
88-
- url to link to latest changes in docs
89-
- next version.py line
9089
- readthedocs api to do the readthedocs changes
9190

9291

0 commit comments

Comments
 (0)
Please sign in to comment.