Skip to content

Commit

Permalink
Scaffold: Add npm script for generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
t1st3 authored and phated committed Sep 27, 2016
1 parent 6c79070 commit 8de584d
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 @@ -20,6 +20,7 @@
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"event-stream": "^3.1.0",
"github-changes": "^1.0.1",
"istanbul": "^0.3.0",
"istanbul-coveralls": "^1.0.1",
"jscs": "^2.3.5",
Expand All @@ -33,7 +34,8 @@
"lint": "eslint . && jscs *.js lib/ test/",
"pretest": "npm run lint",
"test": "mocha",
"coveralls": "istanbul cover _mocha && istanbul-coveralls"
"coveralls": "istanbul cover _mocha && istanbul-coveralls",
"changelog": "github-changes -o gulpjs -r vinyl -b master -f ./CHANGELOG.md --order-semver --use-commit-body"
},
"engines": {
"node": ">= 0.9"
Expand Down

0 comments on commit 8de584d

Please sign in to comment.