cz-cli
cz-cli copied to clipboard
The commitizen command line utility. #BlackLivesMatter
Currently if you are using yarn pnp with this package, you will (understandably) get this error message: ``` Attempting to initialize using the npm package cz-conventional-changelog Error: Could not locate...
This PR upgrades the glob package to address deprecation warnings in our dependencies. Key points: Current version: Deprecated Latest version: 11.x Compatibility: - Version 10.x: Tests fail - Version 11.x:...
Hey *, I've prepared an internal repository to enable the provided gitlab-ci template. The [manual](https://commitizen-tools.github.io/commitizen/tutorials/gitlab_ci/) states that `The commit message executed automatically by the CI must include [skip-ci] ` I...
### Description `cz-cli` dependency `wrap-ans` does not import properly, causing error when running `pnpm commit` **package.json** ```Json { "type": "module", "scripts": { "commit": "cz", ... }, ... } ``` **error...
Demo repo https://github.com/suityou01/commitizen-bug Steps to reproduce Run commit. Custom config not having any effect. Expected behaviour Custom config works as described https://commitizen-tools.github.io/commitizen/customization/
I have some git pre-commit hooks in my projects. If they fail after `git cz` is run, then I can either run `git cz` again, and fill everything again, or...
## Description When running `cz init` on Windows, the command fails with a UnicodeDecodeError due to the default file encoding being 'gbk' instead of 'utf-8'. ### Steps to Reproduce 1....