Skip to content

Commit

Permalink
build(semantic-release): update branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Jun 21, 2023
1 parent e351da8 commit 4c4a03f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
branches: [
'main',
'prod',
{
name: 'prod',
prerelease: false,
},
{
name: 'beta',
prerelease: true,
Expand All @@ -25,8 +27,7 @@ module.exports = {
'@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',
Expand Down

0 comments on commit 4c4a03f

Please sign in to comment.