build(Makefile): fix release target [skip ci]
This commit is contained in:
parent
72920caf4c
commit
4ec521361d
7
Makefile
7
Makefile
@ -80,10 +80,9 @@ clean-all: clean
|
|||||||
.PHONY: release
|
.PHONY: release
|
||||||
# HELP: create, commit and push a new release
|
# HELP: create, commit and push a new release
|
||||||
release:
|
release:
|
||||||
./.gitlab-ci/version.pl -changelog CHANGELOG.md
|
VERSION=`./utils/version.pl -changelog CHANGELOG.md` ; \
|
||||||
git add CHANGELOG.md
|
git add CHANGELOG.md ; \
|
||||||
VERSION=`.gitlab-ci/version.pl`
|
git tag $${VERSION} ; \
|
||||||
git tag $${VERSION}
|
|
||||||
git commit -m "chore(release): $${VERSION}"
|
git commit -m "chore(release): $${VERSION}"
|
||||||
# git push
|
# git push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user