Skip to content

Commit 73933db

Browse files
fix(release): Fix release branches config
1 parent cdaaf0e commit 73933db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: [{ name: 'main', channel: 'alpha', prerelease: 'alpha' }],
2+
branches: ['main', { name: 'main', channel: 'alpha', prerelease: 'alpha' }],
33
analyzeCommits: {
44
preset: 'angular'
55
},
@@ -11,4 +11,4 @@ module.exports = {
1111
],
1212
tagFormat: 'prerelease-v${version}',
1313
dryRun: true
14-
};
14+
};

0 commit comments

Comments
 (0)