summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-16 13:48:00 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-16 13:52:37 -0500
commitbe1e1ae8ca619c92ed84ab0a01c95f71a48e5284 (patch)
treeefebd4e82093ef582f2601260494be38894b8922 /Makefile
parentec4701f937d2b91fcd61491812595939caf6bbe2 (diff)
downloadpython-coveragepy-git-be1e1ae8ca619c92ed84ab0a01c95f71a48e5284.tar.gz
build: use scriv to create GitHub releases
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 50d0a507..a3028b8b 100644
--- a/Makefile
+++ b/Makefile
@@ -253,8 +253,8 @@ relnotes_json: $(RELNOTES_JSON) ## Convert changelog to JSON for further parsin
$(RELNOTES_JSON): $(CHANGES_MD)
$(DOCBIN)/python ci/parse_relnotes.py tmp/rst_rst/changes.md $(RELNOTES_JSON)
-github_releases: $(RELNOTES_JSON) ## Update GitHub releases.
- $(DOCBIN)/python ci/github_releases.py $(RELNOTES_JSON) $(REPO_OWNER)
+github_releases: $(DOCBIN) ## Update GitHub releases.
+ $(DOCBIN)/python -m scriv github-release
comment_on_fixes: $(RELNOTES_JSON) ## Add a comment to issues that were fixed.
python ci/comment_on_fixes.py $(REPO_OWNER)