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
Given I am creating a release for a project within a monorepo
When I generate a changelog
Then I expect to be able to optionally specify a scope
And I expect only commits to that scope be included in my generated change log
And for that changelog to be written to a particular output path
This is primarily to have this tool be more useful in a monorepo where there are multiple libraries being independently versioned with nbgv (separate version.json files in different subfolders).
I'll elaborate on this a bit more (with respect to expected project structure that is driving this request). It may also be something I plan on contributing myself (life-willing).
The text was updated successfully, but these errors were encountered:
You'd have to use multiple configuration files and configure the filters accordingly - in the config you could also set different output paths for the various components.
Would the filtering support cover your use case or do you have something else/additional in mind?
Given I am creating a release for a project within a monorepo
When I generate a changelog
Then I expect to be able to optionally specify a scope
And I expect only commits to that scope be included in my generated change log
And for that changelog to be written to a particular output path
This is primarily to have this tool be more useful in a monorepo where there are multiple libraries being independently versioned with
nbgv
(separate version.json files in different subfolders).I'll elaborate on this a bit more (with respect to expected project structure that is driving this request). It may also be something I plan on contributing myself (life-willing).
The text was updated successfully, but these errors were encountered: