Skip to content

Commit c7a1b2c

Browse files
committed
chore: fix semantic-release config for the beta branch
1 parent 27596fc commit c7a1b2c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

release.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module.exports = {
2-
branches: ['master', 'beta'],
2+
branches: [
3+
'master',
4+
{
5+
name: 'beta',
6+
prerelease: true
7+
}
8+
],
39
plugins: [
410
'@semantic-release/commit-analyzer',
511
'@semantic-release/release-notes-generator',

0 commit comments

Comments
 (0)