Skip to content

Commit 1c4c5f9

Browse files
committed
fix: add release.config.js
1 parent 126cee2 commit 1c4c5f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release.config.js

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

0 commit comments

Comments
 (0)