docs(Makefile): add TODO [skip ci]
This commit is contained in:
parent
59c49116b5
commit
8e42e4140d
3
Makefile
3
Makefile
@ -79,8 +79,9 @@ clean-all: clean
|
|||||||
|
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
# HELP: create, commit and push a new release
|
# HELP: create, commit and push a new release
|
||||||
|
# TODO: only release when build and tests are passing!!!
|
||||||
release:
|
release:
|
||||||
VERSION=`./utils/version.pl -changelog CHANGELOG.md` ; \
|
VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \
|
||||||
git add CHANGELOG.md ; \
|
git add CHANGELOG.md ; \
|
||||||
git tag $${VERSION} ; \
|
git tag $${VERSION} ; \
|
||||||
git commit -m "chore(release): $${VERSION}"
|
git commit -m "chore(release): $${VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user