From 8b4eacc0f755ae2d1690d88cfaab1dbe9eb7e9af Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Thu, 20 Jun 2019 13:33:30 +0200 Subject: [PATCH] Fixed tag command follow up to af083468b9817bc19c76e3babb3a8bd5c92e2f4b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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