Skip to content

Commit

Permalink
ci: disable npm publishing with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jul 12, 2024
1 parent 64b2a96 commit 8e13a90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ module.exports = {
prerelease: true,
},
],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
// '@semantic-release/npm',
'@semantic-release/github',
],
};

0 comments on commit 8e13a90

Please sign in to comment.