Skip to content

Commit

Permalink
Fix changelog generation in release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Sep 9, 2024
1 parent d558fc3 commit c057a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"hooks": {
"after:bump": [
"touch CHANGELOG.md",
"echo \"$(npx @uphold/github-changelog-generator -f v${version})\n$(tail -n +2 api/CHANGELOG.md)\" > CHANGELOG.md",
"echo \"$(npx @uphold/github-changelog-generator -f v${version})\n$(tail -n +2 CHANGELOG.md)\" > CHANGELOG.md",
"git add CHANGELOG.md --all"
]
}
Expand Down

0 comments on commit c057a05

Please sign in to comment.