diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-02-26 08:14:03 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-02-26 08:14:03 -0500 |
| commit | fe807db35e6efbfb1df359dec162891df1e56f81 (patch) | |
| tree | 7b120bb9758484ef44a8ba5d37693a46daa1c84c | |
| parent | c3a3421721788d863012330bc0789b828ce4bcd0 (diff) | |
| download | python-coveragepy-git-fe807db35e6efbfb1df359dec162891df1e56f81.tar.gz | |
docs: build steps need to make a release-prep branch sooner
| -rw-r--r-- | howto.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
