Skip to content

Commit 6f50455

Browse files
committed
feat: semantic release
1 parent d5dc845 commit 6f50455

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

release.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
branches: ['main'],
3+
plugins: [
4+
'@semantic-release/commit-analyzer',
5+
'@semantic-release/release-notes-generator',
6+
'@semantic-release/github'
7+
]
8+
}

0 commit comments

Comments
 (0)