File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ async function config() {
6060 { scope : 'no-release' , release : false } ,
6161 ] ,
6262 parserOpts : {
63- noteKeywords : [ 'BREAKING CHANGE' , 'BREAKING CHANGES' , 'BREAKING' ] ,
63+ noteKeywords : [ 'BREAKING CHANGE' ] ,
6464 } ,
6565 } ] ,
6666 [ '@semantic-release/release-notes-generator' , {
6767 preset : 'angular' ,
6868 parserOpts : {
69- noteKeywords : [ 'BREAKING CHANGE' , 'BREAKING CHANGES' , 'BREAKING' ]
69+ noteKeywords : [ 'BREAKING CHANGE' ]
7070 } ,
7171 writerOpts : {
7272 commitsSort : [ 'subject' , 'scope' ] ,
@@ -90,16 +90,6 @@ async function config() {
9090 labels : [ 'type:ci' ] ,
9191 releasedLabels : [ 'state:released<%= nextRelease.channel ? `-\${nextRelease.channel}` : "" %>' ]
9292 } ] ,
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- ] ,
10393 ] ,
10494 } ;
10595
You can’t perform that action at this time.
0 commit comments