Skip to content

Commit

Permalink
feat(package): add "release-after-pr" script
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Nov 22, 2016
1 parent e4419c3 commit 2977e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"send-coverage": "cat ./coverage/lcov.info | coveralls",
"check-build": "check-build",
"update": "updtr",
"release-after-pr-patch":"git pull --rebase && npm run test && npm run release patch && npm run changelog-git",
"release-after-pr-minor":"git pull --rebase && npm run test && npm run release minor && npm run changelog-git",
"release-after-pr-patch":"git pull --rebase && npm run test && npm-release patch && npm run changelog-git",
"release-after-pr-minor":"git pull --rebase && npm run test && npm-release minor && npm run changelog-git",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master"
},
Expand Down

0 comments on commit 2977e7a

Please sign in to comment.