Skip to content

Commit

Permalink
Check release has a annotation/description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Dec 24, 2021
1 parent ba29e99 commit 7255811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ release-vars: ## print the release variables for goreleaser
gh-release: ## Creates a new release by creating a new tag and pushing it
@:$(call check_defined, OLD_VERSION)
@:$(call check_defined, NEW_VERSION)
@:$(call check_defined, DESCRIPTION)
@git stash -u
@echo Bumping $(OLD_VERSION) to $(NEW_VERSION)
@sed -i 's/$(OLD_VERSION)/$(NEW_VERSION)/g' .github/workflows/*.yaml *.yaml *.md
Expand Down

0 comments on commit 7255811

Please sign in to comment.