mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Fixed tag command
follow up to af083468b9817bc19c76e3babb3a8bd5c92e2f4b
This commit is contained in:
parent
2d8723d3e6
commit
8b4eacc0f7
2
Makefile
2
Makefile
@ -55,5 +55,5 @@ tag: ## Creates a new signed git tag
|
|||||||
chag update $(TAG)
|
chag update $(TAG)
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m 'RELEASE: $(TAG) Release'
|
git commit -m 'RELEASE: $(TAG) Release'
|
||||||
git tag -s $(TAG) -m 'Release $(TAG) Release'
|
git tag -s $(TAG) -m 'RELEASE: $(TAG) Release'
|
||||||
make dist
|
make dist
|
||||||
|
Loading…
Reference in New Issue
Block a user