From a04732b5fb291b8f2742c8840ed41abef2808eac Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 12 Feb 2025 13:36:16 +0100 Subject: [PATCH] build(Makefile): remove obsolete git push for release [skip ci] --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 89fb315b7..6f2c66c42 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,6 @@ 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}