Open
Description
Description
Allow to filter commits affecting only a subdirectory.
Possible Solution
cz changelog --subdirectory my_module --file-name my_module/CHANGELOG.md
Additional context
I'm considering proposing this for @OCA. There, repositories mostly are split into modules, where each one of them has its own readme and (maybe) changelog.
So, when autogenerating changelogs, only commits affecting the module should be taken into account. AFAICS that wouldn't be possible currently.
git format-patch
allows such filtering (example recipe -- for other purposes). It would be nice if commitizen could leverage that and make this a reality.