Skip to content

Commit

Permalink
Merge pull request #66 from argodevops/remove-git-release-step
Browse files Browse the repository at this point in the history
build: fix release step
  • Loading branch information
ryan-brogden authored May 15, 2024
2 parents 69d5dfb + 74eac58 commit a79b72d
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 a79b72d

Please sign in to comment.