From 019d6475c5a7634ff94230dd8823227dad0e0cbd Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 10 Feb 2025 14:07:46 +0100 Subject: [PATCH] build(Makefile): fix release target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1f49dfd8a..a6d85c4d7 100644 --- a/Makefile +++ b/Makefile @@ -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: