feat(release-script): add script to package json

This commit is contained in:
Joao Fidelis
2018-02-14 18:00:36 -02:00
parent 07ebd26beb
commit b0503dc8ae
+1
View File
@@ -59,6 +59,7 @@
"lint": "eslint src",
"lint:staged": "lint-staged",
"prettier": "prettier --write --single-quote true --trailing-comma all --print-width 100",
"release:version": "node ./changelog --version $VERSION && git push origin && git push origin --follow-tags",
"release:patch": "npm version patch && git push --follow-tags",
"release:minor": "npm version minor && git push --follow-tags",
"release:major": "npm version major && git push --follow-tags"