Skip to content

Commit fe807db

Browse files
committed
docs: build steps need to make a release-prep branch sooner
1 parent c3a3421 commit fe807db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

howto.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* Release checklist
22

33
- Check that the current virtualenv matches the current coverage branch.
4+
- start branch for release work
45
- Version number in coverage/version.py
56
version_info = (4, 0, 2, "alpha", 1)
67
version_info = (4, 0, 2, "beta", 1)
@@ -32,7 +33,7 @@
3233
$ make sample_html
3334
check in the new sample html
3435
- Done with changes to source files
35-
- check them in on a branch
36+
- check them in on the release prep branch
3637
- wait for ci to finish
3738
- merge to master
3839
- git push

0 commit comments

Comments
 (0)