Skip to content

Commit

Permalink
feat(changelogs): add script for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinzZH authored Nov 23, 2018
1 parent 51fac83 commit 633f8c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 633f8c6

Please sign in to comment.