Skip to content

Commit b0b1498

Browse files
authored
ci: Fix auto-release (#233)
1 parent acf636e commit b0b1498

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.releaserc.js

+2-12
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)