Skip to content

Commit f8670a5

Browse files
committed
ci(release): use conventional commits and disable npm publish
1 parent 2e5d572 commit f8670a5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

release.config.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module.exports = {
2-
plugins: [
3-
'@semantic-release/commit-analyzer',
4-
'@semantic-release/release-notes-generator',
5-
'@semantic-release/github',
6-
],
2+
preset: 'conventionalcommits',
3+
npmPublish: false,
74
};

0 commit comments

Comments
 (0)