build(Makefile): fix release target using correct template splice
This commit is contained in:
parent
c3399c49b3
commit
20954b1351
3
Makefile
3
Makefile
@ -85,9 +85,8 @@ release:
|
|||||||
git add CHANGELOG.md ; \
|
git add CHANGELOG.md ; \
|
||||||
git commit -m "chore(release): $${VERSION}" ; \
|
git commit -m "chore(release): $${VERSION}" ; \
|
||||||
git push ; \
|
git push ; \
|
||||||
sleep 5 ; \
|
|
||||||
git tag $${VERSION} ; \
|
git tag $${VERSION} ; \
|
||||||
git push origin ${VERSION}
|
git push origin $${VERSION}
|
||||||
|
|
||||||
.PHONY: compile
|
.PHONY: compile
|
||||||
compile:
|
compile:
|
||||||
|
|||||||
Reference in New Issue
Block a user