chore(changelog): add changelog generator

This commit is contained in:
Dmitry Nehaychik 2017-10-26 18:54:47 +03:00
parent b52521386b
commit 1754a59152
2 changed files with 535 additions and 1 deletions

View file

@ -11,6 +11,7 @@
},
"scripts": {
"ng": "ng",
"conventional-changelog": "conventional-changelog",
"start": "ng serve",
"start:hmr": "ng serve --hmr",
"start:aot": "ng serve --aot",
@ -28,7 +29,8 @@
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
"prepush": "npm run lint:ci"
"prepush": "npm run lint:ci",
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@agm/core": "1.0.0-beta.0",
@ -85,6 +87,7 @@
"@types/leaflet": "1.0.60",
"@types/node": "~6.0.60",
"codelyzer": "~3.2.0",
"conventional-changelog-cli": "^1.3.4",
"husky": "0.13.3",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",