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:
|
||||
VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \
|
||||
git add CHANGELOG.md ; \
|
||||
git commit -m "chore(release): $${VERSION}" ; \
|
||||
git tag $${VERSION} ; \
|
||||
git commit -m "chore(release): $${VERSION}"
|
||||
# git push
|
||||
git push origin ${VERSION}
|
||||
|
||||
.PHONY: compile
|
||||
compile:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user