Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecbd4da

Browse files
committedMay 21, 2025
build: make a step more explicit
1 parent 2774410 commit ecbd4da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎howto.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
* Release checklist
22

33
- Check that the current virtualenv matches the current coverage branch.
4+
$ python -V # should match lowest PYVERSIONS
5+
$ make install
46
- start branch for release work
57
$ make relbranch
68
- check version number in coverage/version.py
@@ -33,9 +35,7 @@
3335
- IF PRE-RELEASE:
3436
$ make sample_html_beta
3537
- IF NOT PRE-RELEASE:
36-
$ make sample_html
37-
- check in the new sample html
38-
$ make relcommit2
38+
$ make sample_html relcommit2
3939
- Build and publish docs:
4040
- IF PRE-RELEASE:
4141
$ make publishbeta

0 commit comments

Comments
 (0)
Please sign in to comment.