Skip to content

Commit

Permalink
ci: adjust release order
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwallace22 committed Jan 1, 2024
1 parent a803bb6 commit 055ea7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions use-react-workers/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ module.exports = {
},
],
plugins: [
'@semantic-release/npm',
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/github',
'@semantic-release/commit-analyzer',
[
'@semantic-release/git',
'@semantic-release/changelog',
{
assets: ['CHANGELOG.md'],
changelogFile: 'CHANGELOG.md',
},
],
[
'@semantic-release/changelog',
'@semantic-release/git',
{
changelogFile: 'CHANGELOG.md',
assets: ['CHANGELOG.md'],
},
],
'@semantic-release/npm',
],
};

0 comments on commit 055ea7c

Please sign in to comment.