diff --git a/Makefile b/Makefile index f4a8521..0fd3147 100644 --- a/Makefile +++ b/Makefile @@ -55,5 +55,5 @@ tag: ## Creates a new signed git tag chag update $(TAG) git add --all git commit -m 'RELEASE: $(TAG) Release' - git tag -s $(TAG) -m 'Release $(TAG) Release' + git tag -s $(TAG) -m 'RELEASE: $(TAG) Release' make dist