Skip to content

Commit 6cab625

Browse files
committed
ci: enable npm publish
1 parent 7c86fda commit 6cab625

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

release.config.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
module.exports = {
22
plugins: [
3-
['@semantic-release/commit-analyzer', { preset: 'conventionalcommits' }],
3+
[
4+
'@semantic-release/commit-analyzer',
5+
{ preset: 'conventionalcommits' }
6+
],
47
[
58
'@semantic-release/release-notes-generator',
69
{ preset: 'conventionalcommits' },
710
],
811
'@semantic-release/changelog',
9-
[
10-
'semantic-release-yarn',
11-
{
12-
npmPublish: false,
13-
tarballDir: "dist"
14-
}
15-
],
12+
'semantic-release-yarn',
1613
'@semantic-release/github',
1714
'@semantic-release/git',
1815
],

0 commit comments

Comments
 (0)