summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-16 08:01:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-16 10:48:34 -0400
commit98d410af8430d427675742e6ad88ff95aa029407 (patch)
tree56bada7c75377306864c54c96daf6c2c852a5d8e /howto.txt
parenta56705780ab1f807ccebd416dc06166a89a288a2 (diff)
downloadpython-coveragepy-git-98d410af8430d427675742e6ad88ff95aa029407.tar.gz
build: slightly more release automation
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index b0d58c62..4125ec77 100644
--- a/howto.txt
+++ b/howto.txt
@@ -2,6 +2,7 @@
- Check that the current virtualenv matches the current coverage branch.
- start branch for release work
+ $ make relbranch
- Version number in coverage/version.py
version_info = (4, 0, 2, "alpha", 1)
version_info = (4, 0, 2, "beta", 1)
@@ -26,12 +27,14 @@
- Check that the docs build correctly:
$ tox -e doc
- commit the release-prep changes
+ $ make relcommit1
- Generate new sample_html to get the latest, incl footer version number:
- IF PRE-RELEASE:
$ make sample_html_beta
- IF NOT PRE-RELEASE:
$ make sample_html
- check in the new sample html
+ - check in the new sample html
+ $ make relcommit2
- Done with changes to source files
- check them in on the release prep branch
- wait for ci to finish