summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--howto.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9133dcec..79a1348a 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ update_stable: ## Set the stable branch to the latest release.
git push origin stable
comment_on_fixes: ## Add a comment to issues that were fixed.
- python ci/commend_on_fixes.py
+ python ci/comment_on_fixes.py
##@ Documentation
diff --git a/howto.txt b/howto.txt
index 7d821372..e243c753 100644
--- a/howto.txt
+++ b/howto.txt
@@ -94,6 +94,8 @@
- things to automate:
- url to link to latest changes in docs
- next version.py line
+ - curl to start the kit actions going
+ - readthedocs api to do the readthedocs changes
* Testing