Skip to content

Commit

Permalink
ci: enable npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Dec 15, 2023
1 parent 7c86fda commit 6cab625
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
module.exports = {
plugins: [
['@semantic-release/commit-analyzer', { preset: 'conventionalcommits' }],
[
'@semantic-release/commit-analyzer',
{ preset: 'conventionalcommits' }
],
[
'@semantic-release/release-notes-generator',
{ preset: 'conventionalcommits' },
],
'@semantic-release/changelog',
[
'semantic-release-yarn',
{
npmPublish: false,
tarballDir: "dist"
}
],
'semantic-release-yarn',
'@semantic-release/github',
'@semantic-release/git',
],
Expand Down

0 comments on commit 6cab625

Please sign in to comment.