Skip to content

Commit 02e2971

Browse files
authored
Merge pull request #65 from pkgjs/release-config
ci: update semantic-release config for the main branch
2 parents a864613 + ece467a commit 02e2971

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release.config.js

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

0 commit comments

Comments
 (0)