File tree 1 file changed +0
-85
lines changed
1 file changed +0
-85
lines changed Original file line number Diff line number Diff line change 58
58
"sourceType" : " module"
59
59
}
60
60
},
61
- "release" : {
62
- "branches" : [
63
- " main"
64
- ],
65
- "plugins" : [
66
- [
67
- " @semantic-release/commit-analyzer" ,
68
- {
69
- "preset" : " conventionalcommits" ,
70
- "releaseRules" : [
71
- {
72
- "breaking" : true ,
73
- "release" : " major"
74
- },
75
- {
76
- "revert" : true ,
77
- "release" : " patch"
78
- },
79
- {
80
- "type" : " feat" ,
81
- "release" : " minor"
82
- },
83
- {
84
- "type" : " fix" ,
85
- "release" : " patch"
86
- },
87
- {
88
- "type" : " docs" ,
89
- "release" : " patch"
90
- },
91
- {
92
- "type" : " test" ,
93
- "release" : " patch"
94
- },
95
- {
96
- "type" : " deps" ,
97
- "release" : " patch"
98
- },
99
- {
100
- "scope" : " no-release" ,
101
- "release" : false
102
- }
103
- ]
104
- }
105
- ],
106
- [
107
- " @semantic-release/release-notes-generator" ,
108
- {
109
- "preset" : " conventionalcommits" ,
110
- "presetConfig" : {
111
- "types" : [
112
- {
113
- "type" : " feat" ,
114
- "section" : " Features"
115
- },
116
- {
117
- "type" : " fix" ,
118
- "section" : " Bug Fixes"
119
- },
120
- {
121
- "type" : " chore" ,
122
- "section" : " Trivial Changes"
123
- },
124
- {
125
- "type" : " docs" ,
126
- "section" : " Documentation"
127
- },
128
- {
129
- "type" : " deps" ,
130
- "section" : " Dependencies"
131
- },
132
- {
133
- "type" : " test" ,
134
- "section" : " Tests"
135
- }
136
- ]
137
- }
138
- }
139
- ],
140
- " @semantic-release/changelog" ,
141
- " @semantic-release/npm" ,
142
- " @semantic-release/github" ,
143
- " @semantic-release/git"
144
- ]
145
- },
146
61
"scripts" : {
147
62
"clean" : " aegir clean" ,
148
63
"lint" : " aegir lint" ,
You can’t perform that action at this time.
0 commit comments