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}