build(Makefile): remove obsolete git push for release [skip ci]

This commit is contained in:
Sarah Vaupel 2025-02-12 13:36:16 +01:00
parent 53d9c17fb5
commit a04732b5fb

View File

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