From 0010bd3b3c49e7b60e0d69dacdd8fd1b87a6c3dd Mon Sep 17 00:00:00 2001 From: t1st3 Date: Sun, 17 Jan 2016 13:46:26 +0100 Subject: [PATCH] chore: add NPM script for changelog --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b5eacb9f..69fa7665 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"