File tree 1 file changed +14
-16
lines changed
1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change 36
36
$ make sample_html
37
37
- check in the new sample html
38
38
$ make relcommit2
39
+ - Build and publish docs:
40
+ - IF PRE-RELEASE:
41
+ $ make publishbeta
42
+ - ELSE:
43
+ $ make publish
44
+ - commit and publish nedbatchelder.com
39
45
- Done with changes to source files
40
- - g puo; gshipit
46
+ $ g puo; gshipit
41
47
- check them in on the release prep branch
42
48
- wait for ci to finish
43
49
- merge to master
44
50
- git push
45
51
- Start the kits:
46
- - opvars github
52
+ $ opvars github
47
53
- Trigger the kit GitHub Action
48
54
$ make build_kits
49
- - Build and publish docs:
50
- - IF PRE-RELEASE:
51
- $ make publishbeta
52
- - ELSE:
53
- $ make publish
54
- - commit and publish nedbatchelder.com
55
55
- Kits:
56
56
- Wait for kits to finish:
57
57
- https://github.com/nedbat/coveragepy/actions/workflows/kit.yml
58
58
- test the pypi upload:
59
59
$ make test_upload
60
- - you'll need to approve the action
60
+ - approve the action
61
61
- https://github.com/nedbat/coveragepy/actions/workflows/publish.yml
62
62
- upload kits:
63
63
$ make pypi_upload
64
- - you'll need to approve the action
64
+ - approve the action
65
65
- https://github.com/nedbat/coveragepy/actions/workflows/publish.yml
66
- - Tag the tree
67
- $ make tag
68
- - Update GitHub releases and comment on issues:
69
- $ make clean github_releases comment_on_fixes
70
- - deopvars
66
+ - Tag the tree, update GitHub releases and comment on issues:
67
+ $ make clean tag github_releases comment_on_fixes
68
+ $ deopvars
71
69
- Bump version:
72
70
$ make bump_version
73
71
- Update readthedocs
79
77
- @ https://readthedocs.org/dashboard/coverage/advanced/
80
78
- change the "default version" to the new version
81
79
- Once CI passes, merge the bump-version branch to master and push it
82
- - gshipit
80
+ $ gshipit
83
81
84
82
- things to automate:
85
83
- readthedocs api to do the readthedocs changes
You can’t perform that action at this time.
0 commit comments