Skip to content

Commit

Permalink
fix: fixed tag in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 17, 2022
1 parent a2db238 commit 14ac52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/update-changelog.ts
Expand Up @@ -10,7 +10,7 @@ export async function updateChangelog(options: OptionValues, tag: string) {
'Updating Changelog',
execa('git-cliff', [
'--tag',
`"${tag}"`,
`${tag}`,
'--prepend',
'./CHANGELOG.md',
'-u',
Expand Down

0 comments on commit 14ac52f

Please sign in to comment.