From 8de584d6d447bb665ba20bbdf00f7f346c98617a Mon Sep 17 00:00:00 2001 From: t1st3 Date: Sun, 17 Jan 2016 12:34:29 +0100 Subject: [PATCH] Scaffold: Add npm script for generating changelog --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b72366..a3fdd28 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"