diff --git a/Makefile b/Makefile index 482a58e..978e3b8 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + @gh release create $(NEW_VERSION) --draft --title "$(DESCRIPTION)" \ No newline at end of file