Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee740ee

Browse files
committed
build: specify the repo for releases
1 parent c88da14 commit ee740ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ $(SCRIV_SOURCE): $(CHANGES_MD)
335335
sed -r -e 's@]\(([a-zA-Z0-9_]+)\.rst#([^)]+)\)@](https://coverage.readthedocs.io/en/latest/\1.html#\2)@g' < tmp/trimmed.md > $(SCRIV_SOURCE)
336336

337337
github_releases: $(SCRIV_SOURCE) #- Update GitHub releases.
338-
$(DOCBIN)/python -m scriv github-release --all
338+
$(DOCBIN)/python -m scriv github-release --all --repo=coveragepy/coveragepy
339339

340340
comment_on_fixes: $(SCRIV_SOURCE) #- Add a comment to issues that were fixed.
341341
python ci/comment_on_fixes.py $(REPO_OWNER)

0 commit comments

Comments
 (0)