diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-16 13:48:00 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-16 13:52:37 -0500 |
| commit | be1e1ae8ca619c92ed84ab0a01c95f71a48e5284 (patch) | |
| tree | efebd4e82093ef582f2601260494be38894b8922 /Makefile | |
| parent | ec4701f937d2b91fcd61491812595939caf6bbe2 (diff) | |
| download | python-coveragepy-git-be1e1ae8ca619c92ed84ab0a01c95f71a48e5284.tar.gz | |
build: use scriv to create GitHub releases
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
