Skip to content

Commit

Permalink
Optimize GitHub release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tammert committed Apr 5, 2022
1 parent 962fce0 commit b8ed68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-binary:

.PHONY: github-release
github-release:
gh release create $(RELEASE_VERSION)
gh release create $(RELEASE_VERSION) --generate-notes

.PHONY: release
release: release-image github-release

0 comments on commit b8ed68c

Please sign in to comment.