cz-cli icon indicating copy to clipboard operation
cz-cli copied to clipboard

The commitizen command line utility. #BlackLivesMatter

Results 148 cz-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

We have written a custom commitizen adapter that is used via our `package.json`: ``` "config": { "commitizen": { "path": "./node_modules/our_cz_adapter" } }, ``` The code in this module is written...

Hi, This is not an issue, more some help in using this tool. 1) When I use it to write my commit message, is there anywhere to see my fields...

There should be a way to prompt when there are no staged or changed files, but the commit message needs to be amended and still conform to the conventions. `git...

Installed via aur repositories (archlinux). When running git cz, I get the usual git commit prompt (fill commit message in vim editor).

Added cosmiconfig support; Added json5 support for configs; Removed deprecated czConfig attribute support; Added load and loadAtRoot public api hepers; Removed findup and config normalization functions that are not required...

fixed links to contributors and backers for opencollective.com server target.

Hi, I'm happy to meet this tool. While running ``` commitizen init cz-conventional-changelog --save --save-exact ``` I got `package.json Not Found`, but you know, git is a generic version control...

bug
enhancement
question
cli

[This part of README](https://github.com/commitizen/cz-cli?tab=readme-ov-file#husky) has this: ```json "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true" } } ``` But this hook does not work....