summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-22 19:36:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-22 19:36:37 -0400
commit57e49ec3fab1a2953213a152e221aa7d11a971f3 (patch)
treed775c29e0c9f1e74ea7b61cc69c5f61600081b30
parentc419da213ed1bdc9348b667a368df3ef03d5b04d (diff)
downloadpython-coveragepy-git-57e49ec3fab1a2953213a152e221aa7d11a971f3.tar.gz
build: fix a typo in the Makefile
-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