Skip to content

Commit ab80d21

Browse files
committed
ci: update semantic-release config for the main branch
1 parent a864613 commit ab80d21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
'use strict';
2+
3+
module.exports = {
4+
branches: ['main', {name: 'alpha', prerelease: true}]
5+
};
6+

0 commit comments

Comments
 (0)