diff --git a/Makefile b/Makefile index d1ef6fdb..2f1edb1e 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ increment: ## Increment and commit new version number, set target version using git commit -m "incrementing version" sign: ## Sign a release. - git tag $(VERSION) + git tag --sign --message "Release v$(VERSION)" $(VERSION) git push origin $(VERSION) signrelease.sh