From 8e42e4140da4d6ad6db5b537617e81aedbeb0015 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 5 Feb 2025 11:50:29 +0100 Subject: [PATCH] docs(Makefile): add TODO [skip ci] --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f555db4c..1f49dfd8a 100644 --- a/Makefile +++ b/Makefile @@ -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}"