summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-03 13:35:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-03 13:42:39 -0500
commit22241988c2b3879730893e3c787f77cd542603bc (patch)
tree2676f67f1df756574ca971ca475e04337a4e6825
parentbc6f82c1aa9da28d504b5c4663258336d44b205d (diff)
downloadpython-coveragepy-git-22241988c2b3879730893e3c787f77cd542603bc.tar.gz
docs: opvars / unopvars
-rw-r--r--howto.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 32707eee..07a85619 100644
--- a/howto.txt
+++ b/howto.txt
@@ -45,9 +45,9 @@
- Download and check built kits from GitHub Actions:
$ make clean download_kits check_kits
- examine the dist directory, and remove anything that looks malformed.
+ - opvars
- test the pypi upload:
$ make test_upload
-- Update PyPI:
- upload kits:
$ make kit_upload
- Tag the tree
@@ -59,6 +59,7 @@
$ make clean github_releases
- Visit the fixed issues on GitHub and mention the version it was fixed in.
$ make comment_on_fixes
+- unopvars
- Bump version:
$ make bump_version
$ git push
@@ -67,6 +68,7 @@
- find the latest tag in the inactive list, edit it, make it active.
- readthedocs won't find the tag until a commit is made on master.
- 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.