File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ async function config() {
60
60
{ scope : 'no-release' , release : false } ,
61
61
] ,
62
62
parserOpts : {
63
- noteKeywords : [ 'BREAKING CHANGE' , 'BREAKING CHANGES' , 'BREAKING' ] ,
63
+ noteKeywords : [ 'BREAKING CHANGE' ] ,
64
64
} ,
65
65
} ] ,
66
66
[ '@semantic-release/release-notes-generator' , {
67
67
preset : 'angular' ,
68
68
parserOpts : {
69
- noteKeywords : [ 'BREAKING CHANGE' , 'BREAKING CHANGES' , 'BREAKING' ]
69
+ noteKeywords : [ 'BREAKING CHANGE' ]
70
70
} ,
71
71
writerOpts : {
72
72
commitsSort : [ 'subject' , 'scope' ] ,
@@ -90,16 +90,6 @@ async function config() {
90
90
labels : [ 'type:ci' ] ,
91
91
releasedLabels : [ 'state:released<%= nextRelease.channel ? `-\${nextRelease.channel}` : "" %>' ]
92
92
} ] ,
93
- // Back-merge module runs last because if it fails it should not impede the release process
94
- [
95
- "@saithodev/semantic-release-backmerge" ,
96
- {
97
- "backmergeBranches" : [
98
- { from : "beta" , to : "alpha" } ,
99
- { from : "release" , to : "beta" } ,
100
- ]
101
- }
102
- ] ,
103
93
] ,
104
94
} ;
105
95
You can’t perform that action at this time.
0 commit comments