Skip to content

Commit

Permalink
docs: build steps need to make a release-prep branch sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 26, 2023
1 parent c3a3421 commit fe807db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion howto.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fe807db

Please sign in to comment.