From 633f8c60ceeeb35f40039c5171793c4f36261aa3 Mon Sep 17 00:00:00 2001 From: RobinzZH Date: Fri, 23 Nov 2018 17:40:35 +0800 Subject: [PATCH] feat(changelogs): add script for changelog --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06ed312a..eecc5080 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "commitmsg": "commitlint -e $GIT_PARAMS", "test": "mocha --recursive test/bin", "coverage": "nyc --reporter=lcov --reporter=text npm test && codecov", - "optional": "npm i heapdump && npm i v8-profiler" + "optional": "npm i heapdump && npm i v8-profiler", + "changelog": "tagchanges gen" }, "bin": { "tsw": "./index.js" @@ -39,7 +40,8 @@ "mocha": "^5.0.5", "nyc": "^11.6.0", "plug": "file:./bin/plug", - "sinon": "^4.1.2" + "sinon": "^4.1.2", + "tagchanges": "^1.2.0" }, "keywords": [ "TSW"