Skip to content

Commit

Permalink
Add title to new release draft
Browse files Browse the repository at this point in the history
Signed-off-by: Brend Smits <[email protected]>
  • Loading branch information
Brend-Smits committed Nov 26, 2021
1 parent 2eb94a4 commit be76c5f
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 @@ -8,4 +8,4 @@ gh-release: ## Creates a new release by creating a new tag and pushing it - Exam
@git tag -sam "$(DESCRIPTION)" $(NEW_VERSION)
@git push origin $(NEW_VERSION)
@git stash pop
@gh release create $(NEW_VERSION) --draft
@gh release create $(NEW_VERSION) --draft --title "$(DESCRIPTION)"

0 comments on commit be76c5f

Please sign in to comment.