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
6
6
.idea
7
7
* .iml
8
8
* .log
9
+ RELEASE.md
Original file line number Diff line number Diff line change 26
26
"lint" : " eslint lib test --fix" ,
27
27
"test" : " eslint lib && mocha --slow 5000 --timeout 10000" ,
28
28
"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"
30
31
},
31
32
"gitHooks" : {
32
33
"pre-commit" : " lint-staged"
68
69
"chai" : " ^4.1.0" ,
69
70
"coffee-loader" : " ^0.7.2" ,
70
71
"coffee-script" : " ^1.12.7" ,
72
+ "conventional-changelog" : " ^1.1.18" ,
71
73
"css-loader" : " ^0.28.4" ,
72
74
"eslint" : " ^3.19.0" ,
73
75
"eslint-plugin-vue-libs" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments