Skip to content

Commit 06292cb

Browse files
committed
chore: update branch configuration in release settings
1 parent 5764fc5 commit 06292cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/api/release.config.cjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
*/
44
module.exports = {
55
branches: [
6-
'main',
7-
{ name: 'next', channel: 'next', prerelease: true }
6+
'master',
7+
{ name: 'main', channel: 'next', prerelease: 'beta' },
8+
{ name: 'v1', channel: '1.x', range: '1.x' }
89
],
910
plugins: [
1011
['@semantic-release/commit-analyzer', {

0 commit comments

Comments
 (0)