Skip to content

Commit

Permalink
refactor: remove unnecessary argument in changelog command
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 16, 2024
1 parent 949fd1f commit 3b2ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
tagName: "v/${version}",
tagAnnotation : "Release ${version}",
tagArgs: ["-s"],
changelog: "pnpx conventional-changelog-cli --from=${latestTag} --to=${tagName}",
changelog: "pnpx conventional-changelog-cli --from=${latestTag}",
},
github: {
release: true,
Expand Down

0 comments on commit 3b2ec2c

Please sign in to comment.