Skip to content

Commit

Permalink
chore: add NPM script for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
t1st3 committed Jan 17, 2016
1 parent 5966291 commit 0010bd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-config-gulp": "^2.0.0",
"github-changes": "^1.0.1",
"istanbul": "^0.3.0",
"istanbul-coveralls": "^1.0.1",
"jscs": "^2.4.0",
Expand All @@ -45,7 +46,8 @@
"scripts": {
"lint": "eslint . && jscs index.js lib/ test/",
"test": "npm run lint && mocha",
"coveralls": "istanbul cover _mocha && istanbul-coveralls"
"coveralls": "istanbul cover _mocha && istanbul-coveralls",
"changelog": "github-changes -o gulpjs -r vinyl-fs -b master -f ./CHANGELOG.md --order-semver --use-commit-body"
},
"engines": {
"node": ">=0.10"
Expand Down

0 comments on commit 0010bd3

Please sign in to comment.