docs(Makefile): add TODO [skip ci]

This commit is contained in:
Sarah Vaupel 2025-02-05 11:50:29 +01:00
parent 59c49116b5
commit 8e42e4140d

View File

@ -79,8 +79,9 @@ clean-all: clean
.PHONY: release
# HELP: create, commit and push a new release
# TODO: only release when build and tests are passing!!!
release:
VERSION=`./utils/version.pl -changelog CHANGELOG.md` ; \
VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \
git add CHANGELOG.md ; \
git tag $${VERSION} ; \
git commit -m "chore(release): $${VERSION}"