File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 4444 "tslint" : " ^5.12.0" ,
4545 "tslint-immutable" : " ^5.0.1" ,
4646 "typescript" : " ^3.2.2"
47+ },
48+ "release" : {
49+ "branch" : " master" ,
50+ "plugins" : [
51+ " @semantic-release/npm" ,
52+ " @semantic-release/github" ,
53+ [
54+ " @semantic-release/commit-analyzer" ,
55+ {
56+ "preset" : " angular" ,
57+ "releaseRules" : [
58+ {
59+ "type" : " docs" ,
60+ "scope" : " README" ,
61+ "release" : " patch"
62+ },
63+ {
64+ "type" : " refactor" ,
65+ "release" : " patch"
66+ }
67+ ],
68+ "parserOpts" : {
69+ "noteKeywords" : [
70+ " BREAKING CHANGE" ,
71+ " BREAKING CHANGES" ,
72+ " BREAKING"
73+ ]
74+ }
75+ }
76+ ],
77+ [
78+ " @semantic-release/release-notes-generator" ,
79+ {
80+ "preset" : " angular" ,
81+ "parserOpts" : {
82+ "noteKeywords" : [
83+ " BREAKING CHANGE" ,
84+ " BREAKING CHANGES" ,
85+ " BREAKING"
86+ ]
87+ }
88+ }
89+ ]
90+ ]
4791 }
4892}
You can’t perform that action at this time.
0 commit comments