File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ clean_platform:
20
20
clean : clean_platform # # Remove artifacts of test execution, installation, etc.
21
21
@echo " Cleaning..."
22
22
@-pip uninstall -yq coverage
23
+ @mkdir -p build # so the chmod won't fail if build doesn't exist
23
24
@chmod -R 777 build
24
25
@rm -rf build coverage.egg-info dist htmlcov
25
26
@rm -f * .bak * /* .bak * /* /* .bak * /* /* /* .bak * /* /* /* /* .bak * /* /* /* /* /* .bak
Original file line number Diff line number Diff line change 83
83
- wait for the new tag build to finish successfully.
84
84
- @ https://readthedocs.org/dashboard/coverage/advanced/
85
85
- change the default version to the new version
86
+ - Don't forget to merge the bump-version branch
86
87
- things to automate:
87
88
- url to link to latest changes in docs
88
89
- next version.py line
You can’t perform that action at this time.
0 commit comments