We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5966291 commit 0010bd3Copy full SHA for 0010bd3
package.json
@@ -32,6 +32,7 @@
32
"del": "^2.2.0",
33
"eslint": "^1.10.3",
34
"eslint-config-gulp": "^2.0.0",
35
+ "github-changes": "^1.0.1",
36
"istanbul": "^0.3.0",
37
"istanbul-coveralls": "^1.0.1",
38
"jscs": "^2.4.0",
@@ -45,7 +46,8 @@
45
46
"scripts": {
47
"lint": "eslint . && jscs index.js lib/ test/",
48
"test": "npm run lint && mocha",
- "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"
51
},
52
"engines": {
53
"node": ">=0.10"
0 commit comments