Skip to content

Commit c91f79e

Browse files
committed
chore: remove automation to create releases on merge
1 parent 104b130 commit c91f79e

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

semantic-release/release.config.mjs

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default {
55
branches: [
66
{
77
name: "master",
8-
channel: "beta"
9-
}
8+
channel: "beta",
9+
},
1010
],
1111
plugins: [
1212
[
@@ -30,14 +30,9 @@ export default {
3030
"@semantic-release/git",
3131
{
3232
assets: ["package.json", "CHANGELOG.md"],
33-
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
33+
message:
34+
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
3435
},
3536
],
36-
[
37-
"@semantic-release/github",
38-
{
39-
draftRelease: true
40-
}
41-
]
42-
]
43-
};
37+
],
38+
};

0 commit comments

Comments
 (0)