Skip to content

Commit

Permalink
fix(changelog): fix the command to format the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed May 23, 2023
1 parent 75a86d4 commit 7e5d62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semantic-release-config/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: 'yarn prettier --write CHANGELOG.md',
prepareCmd: 'yarn run -T prettier --write CHANGELOG.md',
},
],
'@semantic-release/npm',
Expand Down

0 comments on commit 7e5d62b

Please sign in to comment.