Skip to content

Commit

Permalink
feat(changelog): add conventional changlog and first version of the c…
Browse files Browse the repository at this point in the history
…hangelog
  • Loading branch information
apapko committed Jul 18, 2018
1 parent ee4e51d commit c37376c
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 16 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,20 @@
"lint": "tslint -p tsconfig.json",
"test": "jest --config jest.config.js --coverage",
"prebuild": "rm -rf dist",
"build": "tsc --emitDeclarationOnly && rollup -c"
"build": "tsc --emitDeclarationOnly && rollup -c",
"changelog": "yarn changelog:generate && yarn changelog:publish",
"changelog:generate": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:publish": "git add CHANGELOG.md && git commit -m 'docs(changelog): publish release changelog' && git push"
},
"devDependencies": {
"rollup": "0.60.1",
"rollup-plugin-typescript": "~0.8.1",
"rollup-plugin-replace": "~2.0.0",
"@types/jest": "~23.0.0",
"@types/node": "8.9.4",
"babel-minify": "0.4.3",
"conventional-changelog-cli": "^2.0.1",
"jest": "~23.1.0",
"rollup": "0.60.1",
"rollup-plugin-replace": "~2.0.0",
"rollup-plugin-typescript": "~0.8.1",
"ts-jest": "~22.0.4",
"tslint": "~5.9.1",
"typescript": "2.7.2"
Expand Down

0 comments on commit c37376c

Please sign in to comment.