Closed
Description
Type
- Content inaccurate
- Content missing
- Typo
URL
https://commitizen-tools.github.io/commitizen/customization.html#custom-changelog-generator
Description
I am trying to generate multiple changelogs for different packages under a monorepo. I was hoping to have a seperate cz config file in each package, execute the changelog command in each package, and filter out the commits based on scope. It was unclear to me whether the commit parser is the way to accomplish this, and if so, how to go about it.
Apologies if I am way off track!