diff --git a/Makefile b/Makefile index 1f49dfd8a..a6d85c4d7 100644 --- a/Makefile +++ b/Makefile @@ -83,9 +83,9 @@ clean-all: clean release: VERSION=`./utils/version.pl -changelog CHANGELOG.md -v` ; \ git add CHANGELOG.md ; \ + git commit -m "chore(release): $${VERSION}" ; \ git tag $${VERSION} ; \ - git commit -m "chore(release): $${VERSION}" -# git push + git push origin ${VERSION} .PHONY: compile compile: