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}