Skip to content

Commit

Permalink
ci: fix release plugins order
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyoki committed Dec 16, 2021
1 parent b288bb2 commit d07e2fa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const config = {
},
},
],
'@semantic-release/changelog',
'@semantic-release/github',
'@semantic-release/npm',
[
Expand All @@ -70,12 +71,6 @@ const config = {
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
[
'@semantic-release/changelog',
{
changelogFile: 'CHANGELOG.md',
},
],
],
};

Expand Down

0 comments on commit d07e2fa

Please sign in to comment.