Separate changelogs for multiple tags on the same commit are not fully supported #1036
Open
1 task done
Labels
bug
Something isn't working
Is there an existing issue for this?
Description of the bug
Git-cliff cannot generate separate changelogs for multiple tags on the same commit. I believe it only generates a changelog for the first tag it finds.
#149 seems similar to my issue but not quite the same (see below).
Steps To Reproduce
Create a repository with the following sequence of commands:
Then, ask
git-cliff
to generate changelogs forProj1
andProj2
separately:However, if I delete the
Proj1-2.0.0
tag first and then re-run git-cliff - it works:Expected behavior
I expect to be able to generate both changelogs without an issue and while using include and exclude path filters.
Screenshots / Logs
No response
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: