Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
feat(release-script): add script to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed Feb 14, 2018
1 parent 07ebd26 commit b0503dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b0503dc

Please sign in to comment.