File tree Expand file tree Collapse file tree 3 files changed +589
-19
lines changed Expand file tree Collapse file tree 3 files changed +589
-19
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ docs/_book
66.idea
77* .iml
88* .log
9+ RELEASE.md
Original file line number Diff line number Diff line change 2626 "lint" : " eslint lib test --fix" ,
2727 "test" : " eslint lib && mocha --slow 5000 --timeout 10000" ,
2828 "docs" : " cd docs && gitbook install && gitbook serve" ,
29- "docs:deploy" : " bash ./docs/deploy.sh"
29+ "docs:deploy" : " bash ./docs/deploy.sh" ,
30+ "postpublish" : " conventional-changelog -p angular -r 2 > RELEASE.md"
3031 },
3132 "gitHooks" : {
3233 "pre-commit" : " lint-staged"
6869 "chai" : " ^4.1.0" ,
6970 "coffee-loader" : " ^0.7.2" ,
7071 "coffee-script" : " ^1.12.7" ,
72+ "conventional-changelog" : " ^1.1.18" ,
7173 "css-loader" : " ^0.28.4" ,
7274 "eslint" : " ^3.19.0" ,
7375 "eslint-plugin-vue-libs" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments