Skip to content

Commit

Permalink
Set github release info
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 4, 2024
1 parent 3fd82dc commit 46e6550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ release-pypi: ## upload a new release to pypi
release-gh: ## upload a new release to github
gh release create \
--title "Release $(GITRELEASETAG)" \
--notes "See doc/changelog.txt for release notes" \
--latest \
--draft=false \
--prerelease=false \
--verify-tag \
"$(GITRELEASETAG)" \
dist/$(ARCHIVE_SOURCE) \
Expand Down

0 comments on commit 46e6550

Please sign in to comment.