Fixed tag command

follow up to af083468b9817bc19c76e3babb3a8bd5c92e2f4b
This commit is contained in:
Jeroen De Meerleer 2019-06-20 13:33:30 +02:00
parent 2d8723d3e6
commit 8b4eacc0f7
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -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