File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# How many from each level to show.
11
11
NUM_MAJORS = 3
12
- NUM_MINORS = 4
12
+ NUM_MINORS = 3
13
13
OLD_MINORS = 1
14
14
NUM_MICROS = 1
15
15
OLD_MICROS = 1
Original file line number Diff line number Diff line change 65
65
- https://github.com/nedbat/coveragepy/actions/workflows/publish.yml
66
66
- Tag the tree, update GitHub releases and comment on issues:
67
67
$ make clean tag github_releases comment_on_fixes
68
- $ deopvars
69
68
- Bump version:
70
69
$ make bump_version
71
70
- Update readthedocs
@@ -74,7 +73,9 @@ $ deopvars
74
73
- keep just the latest version of each x.y release, make the rest active but hidden.
75
74
- pre-releases should be hidden
76
75
- IF NOT PRE-RELEASE:
76
+ $ opvars
77
77
$ make update_rtd
78
+ $ deopvars
78
79
- Once CI passes, merge the bump-version branch to master and push it
79
80
$ gshipit
80
81
You can’t perform that action at this time.
0 commit comments