Skip to content

Commit 324f734

Browse files
committed
chore(semantic-release): added config
1 parent 3794a8f commit 324f734

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* @type {import('semantic-release').GlobalConfig}
3+
*/
4+
export default {
5+
branches: ['main'],
6+
};

0 commit comments

Comments
 (0)