We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nedbat
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2774410 commit ecbd4daCopy full SHA for ecbd4da
howto.txt
@@ -1,6 +1,8 @@
1
* Release checklist
2
3
- Check that the current virtualenv matches the current coverage branch.
4
+ $ python -V # should match lowest PYVERSIONS
5
+ $ make install
6
- start branch for release work
7
$ make relbranch
8
- check version number in coverage/version.py
@@ -33,9 +35,7 @@
33
35
- IF PRE-RELEASE:
34
36
$ make sample_html_beta
37
- IF NOT PRE-RELEASE:
- $ make sample_html
- - check in the new sample html
38
- $ make relcommit2
+ $ make sample_html relcommit2
39
- Build and publish docs:
40
41
$ make publishbeta
0 commit comments