File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ check_kits: ## Check that dist/* are well-formed.
222
222
python -m twine check dist/*
223
223
@echo $$(ls -1 dist | wc -l ) distribution kits
224
224
225
- tag : # # Make a git tag with the version number.
225
+ tag : # : Make a git tag with the version number (see howto.txt) .
226
226
git tag -s -m " Version $$ (python setup.py --version)" $$(python setup.py --version )
227
227
git push --follow-tags
228
228
229
- bump_version : # # Edit sources to bump the version after a release.
229
+ bump_version : # : Edit sources to bump the version after a release (see howto.txt) .
230
230
git switch -c nedbat/bump-version
231
231
python igor.py bump_version
232
232
git commit -a -m " build: bump version"
Original file line number Diff line number Diff line change 39
39
- merge to master
40
40
- git push
41
41
- Start the kits:
42
+ - opvars github
42
43
- Trigger the kit GitHub Action
43
44
$ make build_kits
44
45
- Build and publish docs:
71
72
- Update readthedocs
72
73
- @ https://readthedocs.org/projects/coverage/versions/
73
74
- find the latest tag in the inactive list, edit it, make it active.
74
- - readthedocs won't find the tag until a commit is made on master.
75
75
- keep just the latest version of each x.y release, make the rest active but hidden.
76
76
- pre-releases should be hidden
77
77
- IF NOT PRE-RELEASE:
78
78
- @ https://readthedocs.org/dashboard/coverage/advanced/
79
- - change the default and latest versions to the new version
79
+ - change the " default version" to the new version
80
80
- @ https://readthedocs.org/projects/coverage/builds/
81
81
- manually build "latest"
82
82
- wait for the new tag build to finish successfully.
You can’t perform that action at this time.
0 commit comments