You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to display the correct tag in the generated changelog.
Oftentimes, in our project, multiple projects are tagged on the same commit (monorepo, using --include-path).
This leads when generating the changelog to have the wrong tag displayed in the changelog (when none specified)
Or getting an error like WARN git_cliff > There is already a tag (math/v1.0.0-rc.0) for ea8c76eb65c884fb4e2619196953a1f0dfe3f28d when trying to generate a changelog for another project.
Is there a solution for this?
Note, in this example I am using npx git-cliff@latest --include-path "log/**/*.go" --output log/CHANGELOG.md --tag v0.1.0 for generating a changelog.
The text was updated successfully, but these errors were encountered:
I'd like to display the correct tag in the generated changelog.
Oftentimes, in our project, multiple projects are tagged on the same commit (monorepo, using --include-path).
This leads when generating the changelog to have the wrong tag displayed in the changelog (when none specified)
Or getting an error like
WARN git_cliff > There is already a tag (math/v1.0.0-rc.0) for ea8c76eb65c884fb4e2619196953a1f0dfe3f28d
when trying to generate a changelog for another project.Is there a solution for this?
Note, in this example I am using
npx git-cliff@latest --include-path "log/**/*.go" --output log/CHANGELOG.md --tag v0.1.0
for generating a changelog.The text was updated successfully, but these errors were encountered: