Skip to content

Commit

Permalink
BLD: Automate generation of changelog and commit message for it
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Jul 13, 2015
1 parent 350cf12 commit 8041291
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 @@ -13,6 +13,7 @@
"lint": "npm run beautify && npm run eslint && npm test",
"check": "npm run beautify-check && npm run eslint && npm test",
"changelog": "changelogx -f markdown -o ./changelog.md",
"do-changelog": "npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'",
"install-hooks": "prepush install && changelogx install-hook",
"bump": "bumpery --versionType=patch && npm run changelog && git add changelog.md && git commit -m 'DOC: Generate changelog'"
},
Expand Down

0 comments on commit 8041291

Please sign in to comment.