build(Makefile): fix release target
This commit is contained in:
parent
b9486187d8
commit
019d6475c5
4
Makefile
4
Makefile
@ -83,9 +83,9 @@ clean-all: clean
|
|||||||
release:
|
release:
|
||||||
VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \
|
VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \
|
||||||
git add CHANGELOG.md ; \
|
git add CHANGELOG.md ; \
|
||||||
|
git commit -m "chore(release): $${VERSION}" ; \
|
||||||
git tag $${VERSION} ; \
|
git tag $${VERSION} ; \
|
||||||
git commit -m "chore(release): $${VERSION}"
|
git push origin ${VERSION}
|
||||||
# git push
|
|
||||||
|
|
||||||
.PHONY: compile
|
.PHONY: compile
|
||||||
compile:
|
compile:
|
||||||
|
|||||||
Reference in New Issue
Block a user