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
Hi, this is not an issue itself. It is more like a question.
How can I inform both parseOpts and writerOpts.
I see that conventional-changelog-core have an API like conventionalChangelogCore([options, [context, [gitRawCommitsOpts, [parserOpts, [writerOpts]]]]]), and I would like to pass some parameters to writerOpts like:
writerOpts: {groupBy: 'scope'}
so I can group commits by scope instead of type by default.
Thank in advance.
The text was updated successfully, but these errors were encountered:
That's currently not possible. It's a bit of a coincidence I guess, but if you look at the last 5 commits of this repo, you'll find context and gitRawCommitsOpts were just added. So feel free to add the options you need in the same way in a PR and I'll be happy to merge.
Hi, this is not an issue itself. It is more like a question.
How can I inform both parseOpts and writerOpts.
I see that conventional-changelog-core have an API like
conventionalChangelogCore([options, [context, [gitRawCommitsOpts, [parserOpts, [writerOpts]]]]])
, and I would like to pass some parameters to writerOpts like:so I can group commits by scope instead of type by default.
Thank in advance.
The text was updated successfully, but these errors were encountered: