Skip to content

Commit

Permalink
fix: Run semantic-release/npm before semantic-release/git
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Feb 16, 2023
1 parent 5afa6ac commit 65f23c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ module.exports = {
changelogFile: 'CHANGELOG.md',
},
],
['@semantic-release/npm'],
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md'],
},
],
['@semantic-release/npm'],
['@semantic-release/github'],
],
};

0 comments on commit 65f23c1

Please sign in to comment.