summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-24 07:36:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-24 07:36:28 -0400
commit5a30c8d82aa942ce882fda8dbf16f5ec6f9608c4 (patch)
treeab8bbbf0f0375b18f7618c240ffb9950c14f0aef
parent033cc0b4803697ecd6fba7c6c890a2d9df419822 (diff)
downloadpython-coveragepy-git-5a30c8d82aa942ce882fda8dbf16f5ec6f9608c4.tar.gz
Doc process tweaks
-rw-r--r--howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 10a90232..1ad455d3 100644
--- a/howto.txt
+++ b/howto.txt
@@ -82,7 +82,7 @@
- @ https://readthedocs.org/projects/coverage/versions/
- 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 inactive.
+ - keep just the latest version of each x.y release, make the rest active but hidden.
- IF NOT PRE-RELEASE:
- update git "stable" branch to point to latest release
$ git branch -f stable <latest-tag>