summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-02-26 08:14:03 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-02-26 08:14:03 -0500
commitfe807db35e6efbfb1df359dec162891df1e56f81 (patch)
tree7b120bb9758484ef44a8ba5d37693a46daa1c84c
parentc3a3421721788d863012330bc0789b828ce4bcd0 (diff)
downloadpython-coveragepy-git-fe807db35e6efbfb1df359dec162891df1e56f81.tar.gz
docs: build steps need to make a release-prep branch sooner
-rw-r--r--howto.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 105547e8..b0d58c62 100644
--- a/howto.txt
+++ b/howto.txt
@@ -1,6 +1,7 @@
* Release checklist
- Check that the current virtualenv matches the current coverage branch.
+- start branch for release work
- Version number in coverage/version.py
version_info = (4, 0, 2, "alpha", 1)
version_info = (4, 0, 2, "beta", 1)
@@ -32,7 +33,7 @@
$ make sample_html
check in the new sample html
- Done with changes to source files
- - check them in on a branch
+ - check them in on the release prep branch
- wait for ci to finish
- merge to master
- git push