We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emojis cannot be enabled from the configuration file, the default configuration always takes precedence when the package is initialised.
cz-conventional-commit/index.js
Lines 8 to 10 in e0c01ca
The text was updated successfully, but these errors were encountered:
The default config should not have emoji field set on false, that's always disabling emojis in the merge. Should be:
const config = _.merge(commitizen.configLoader.load(), { 'cz-conventional-commit': {maxSubjectLength: 72, bodyLineLength: 100}, })['cz-conventional-commit'];
A fixed version is available on: https://github.com/ronnieacs/cz-conventional-commit
Sorry, something went wrong.
No branches or pull requests
Emojis cannot be enabled from the configuration file, the default configuration always takes precedence when the package is initialised.
cz-conventional-commit/index.js
Lines 8 to 10 in e0c01ca
The text was updated successfully, but these errors were encountered: