We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c419da2 commit 57e49ecCopy full SHA for 57e49ec
Makefile
@@ -144,7 +144,7 @@ update_stable: ## Set the stable branch to the latest release.
144
git push origin stable
145
146
comment_on_fixes: ## Add a comment to issues that were fixed.
147
- python ci/commend_on_fixes.py
+ python ci/comment_on_fixes.py
148
149
150
##@ Documentation
howto.txt
@@ -94,6 +94,8 @@
94
- things to automate:
95
- url to link to latest changes in docs
96
- next version.py line
97
+ - curl to start the kit actions going
98
+ - readthedocs api to do the readthedocs changes
99
100
101
* Testing
0 commit comments