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
In .cz-config.mjs, I have custom settings, but it does not seem to work as expected. Here is a sample of my .cz-config.mjs:
exportdefault{types: [{value: 'feat',name: 'feat: A new feature'},{value: 'fix',name: 'fix: A bug fix'},{value: 'docs',name: 'docs: Documentation only changes'},// other types],scopes: [{name: 'module1'},{name: 'module2'},{name: 'module3'}],// other settings};
Can you please provide detailed documentation for the available settings under config.commitizen and clarify if custom configuration files like .cz-config.mjs are supported?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I am having difficulty finding documentation for the settings available under
config.commitizen
forcz-conventional-changelog
.The official documentation states:
However, I have not been able to find comprehensive documentation for the available settings.
Additionally, I attempted to use a custom configuration file by setting up the following in my
package.json
:In
.cz-config.mjs
, I have custom settings, but it does not seem to work as expected. Here is a sample of my.cz-config.mjs
:Can you please provide detailed documentation for the available settings under
config.commitizen
and clarify if custom configuration files like.cz-config.mjs
are supported?Thank you!
The text was updated successfully, but these errors were encountered: