Skip to content

Commit

Permalink
build: fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-brogden committed May 15, 2024
1 parent e8fdb5d commit 74eac58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ const commitAnalyzer = '@semantic-release/commit-analyzer';
const releaseNotesGenerator = '@semantic-release/release-notes-generator';
const changelog = '@semantic-release/changelog';
const npm = '@semantic-release/npm';
const git = '@semantic-release/git';

module.exports = {
branches,
plugins: [commitAnalyzer, releaseNotesGenerator, changelog, npm, git]
plugins: [commitAnalyzer, releaseNotesGenerator, changelog, npm]
};

0 comments on commit 74eac58

Please sign in to comment.