File tree Expand file tree Collapse file tree 1 file changed +130
-0
lines changed
Expand file tree Collapse file tree 1 file changed +130
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "branches" : [
3+ " main"
4+ ],
5+ "debug" : " true" ,
6+ "plugins" : [
7+ [
8+ " @semantic-release/commit-analyzer" ,
9+ {
10+ "parserOpts" : {
11+ "noteKeywords" : [
12+ " BREAKING CHANGE" ,
13+ " BREAKING CHANGES"
14+ ]
15+ },
16+ "preset" : " angular" ,
17+ "releaseRules" : [
18+ {
19+ "breaking" : true ,
20+ "release" : " major"
21+ },
22+ {
23+ "release" : " minor" ,
24+ "type" : " feat"
25+ },
26+ {
27+ "release" : " patch" ,
28+ "type" : " fix"
29+ },
30+ {
31+ "release" : false ,
32+ "type" : " docs"
33+ },
34+ {
35+ "release" : " patch" ,
36+ "type" : " style"
37+ },
38+ {
39+ "release" : " patch" ,
40+ "type" : " refactor"
41+ },
42+ {
43+ "release" : " patch" ,
44+ "type" : " perf"
45+ },
46+ {
47+ "release" : false ,
48+ "type" : " test"
49+ },
50+ {
51+ "release" : " patch" ,
52+ "type" : " chore"
53+ },
54+ {
55+ "release" : " patch" ,
56+ "type" : " dependencies"
57+ },
58+ {
59+ "release" : " patch" ,
60+ "type" : " revert"
61+ },
62+ {
63+ "release" : " patch" ,
64+ "type" : " translation"
65+ },
66+ {
67+ "release" : " patch" ,
68+ "type" : " ci"
69+ }
70+ ]
71+ }
72+ ],
73+ [
74+ " @semantic-release/release-notes-generator" ,
75+ {
76+ "parserOpts" : {
77+ "noteKeywords" : [
78+ " BREAKING CHANGE" ,
79+ " BREAKING CHANGES"
80+ ]
81+ },
82+ "preset" : " conventionalCommits" ,
83+ "presetConfig" : {
84+ "types" : [
85+ {
86+ "section" : " Features" ,
87+ "type" : " feat"
88+ },
89+ {
90+ "section" : " Bug Fixes" ,
91+ "type" : " fix"
92+ },
93+ {
94+ "section" : " Performance Improvements" ,
95+ "type" : " perf"
96+ },
97+ {
98+ "section" : " Reverts" ,
99+ "type" : " revert"
100+ },
101+ {
102+ "section" : " Translations" ,
103+ "type" : " translation"
104+ },
105+ {
106+ "section" : " Code Refactoring" ,
107+ "type" : " refactor"
108+ },
109+ {
110+ "section" : " Style" ,
111+ "type" : " style"
112+ },
113+ {
114+ "hidden" : false ,
115+ "section" : " Dependencies" ,
116+ "type" : " dependencies"
117+ },
118+ {
119+ "hidden" : false ,
120+ "section" : " Chores" ,
121+ "type" : " chore"
122+ }
123+ ]
124+ }
125+ }
126+ ],
127+ " @semantic-release/changelog" ,
128+ " @semantic-release/github"
129+ ]
130+ }
You can’t perform that action at this time.
0 commit comments