Skip to content

Commit

Permalink
chore: remove automation to create releases on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent 104b130 commit c91f79e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions semantic-release/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default {
branches: [
{
name: "master",
channel: "beta"
}
channel: "beta",
},
],
plugins: [
[
Expand All @@ -30,14 +30,9 @@ export default {
"@semantic-release/git",
{
assets: ["package.json", "CHANGELOG.md"],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
message:
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
[
"@semantic-release/github",
{
draftRelease: true
}
]
]
};
],
};

0 comments on commit c91f79e

Please sign in to comment.