build(Makefile): fix release target

This commit is contained in:
Sarah Vaupel 2025-02-10 14:07:46 +01:00
parent b9486187d8
commit 019d6475c5

View File

@ -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: