From 965ae3da29c77ef6e07ed50a535cd4d4906bc4a7 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 11 Feb 2025 23:13:57 +0100 Subject: [PATCH] build(Makefile): push commit separately for release --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a6d85c4d7..d06454643 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}