-
-
Notifications
You must be signed in to change notification settings - Fork 301
Open
Labels
issue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featuretype: featureA new enhacement proposalA new enhacement proposal
Description
Description
Consider a monorepo with multiple projects (e.g. proja and projb), each project with its own .cz.toml file. Commits are scoped according to project, e.g:
fix(proja): some fix in proja
fix(projb): some fix in projbThe changelog for proja, should ignore all commits except those scoped with proja.
Possible Solution
This could be achieved by setting scope = proja in the proja/.cz.toml file, or by running cz changelog --scope proja. This means that only commit messages with the specified scope will be considered when generating the changelog.
Additional context
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
issue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featuretype: featureA new enhacement proposalA new enhacement proposal