summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--howto.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f82f2ee2..847e5098 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ clean_platform:
clean: clean_platform ## Remove artifacts of test execution, installation, etc.
@echo "Cleaning..."
@-pip uninstall -yq coverage
+ @mkdir -p build # so the chmod won't fail if build doesn't exist
@chmod -R 777 build
@rm -rf build coverage.egg-info dist htmlcov
@rm -f *.bak */*.bak */*/*.bak */*/*/*.bak */*/*/*/*.bak */*/*/*/*/*.bak
diff --git a/howto.txt b/howto.txt
index 24f01ecb..e74aa77d 100644
--- a/howto.txt
+++ b/howto.txt
@@ -83,6 +83,7 @@
- wait for the new tag build to finish successfully.
- @ https://readthedocs.org/dashboard/coverage/advanced/
- change the default version to the new version
+- Don't forget to merge the bump-version branch
- things to automate:
- url to link to latest changes in docs
- next version.py line