Skip to content

Commit 0010bd3

Browse files
committed
chore: add NPM script for changelog
1 parent 5966291 commit 0010bd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"del": "^2.2.0",
3333
"eslint": "^1.10.3",
3434
"eslint-config-gulp": "^2.0.0",
35+
"github-changes": "^1.0.1",
3536
"istanbul": "^0.3.0",
3637
"istanbul-coveralls": "^1.0.1",
3738
"jscs": "^2.4.0",
@@ -45,7 +46,8 @@
4546
"scripts": {
4647
"lint": "eslint . && jscs index.js lib/ test/",
4748
"test": "npm run lint && mocha",
48-
"coveralls": "istanbul cover _mocha && istanbul-coveralls"
49+
"coveralls": "istanbul cover _mocha && istanbul-coveralls",
50+
"changelog": "github-changes -o gulpjs -r vinyl-fs -b master -f ./CHANGELOG.md --order-semver --use-commit-body"
4951
},
5052
"engines": {
5153
"node": ">=0.10"

0 commit comments

Comments
 (0)