ci: add backmerge branches (#7874)

This commit is contained in:
Manuel
2022-03-23 00:09:49 +01:00
committed by GitHub
parent e9d23830a3
commit 4c50c4d11c
3 changed files with 71 additions and 0 deletions

View File

@@ -83,6 +83,16 @@ async function config() {
['@semantic-release/git', {
assets: [changelogFile, 'package.json', 'package-lock.json', 'npm-shrinkwrap.json'],
}],
[
"@saithodev/semantic-release-backmerge",
{
"branches": [
{ from: "beta", to: "alpha" },
{ from: "release", to: "beta" },
{ from: "release", to: "alpha" },
]
}
],
['@semantic-release/github', {
successComment: getReleaseComment(),
labels: ['type:ci'],