From 167872c332d4ff8e044700854d91e3b3c6a5322f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 14 Feb 2025 16:10:01 +0100 Subject: [PATCH] build(Makefile): git push commits when releasing again --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6f2c66c42..89fb315b7 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,7 @@ release: VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \ git add CHANGELOG.md ; \ git commit -m "chore(release): $${VERSION}" ; \ + git push ; \ git tag $${VERSION} ; \ git push origin $${VERSION}