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

when i run `commitizen init cz-conventional-changelog --save --save-exact` wait for a long time.... throw error: ``` packeage1 requires a peer of react@^16.9.0 but none is installed. You must install peer...

There are changes in `husky 5` which are concerned by executables in git hooks. See changes [here](https://typicode.github.io/husky/#/?id=locally-installed-binaries). Using committizen with `husky` >= 5 requires changes in the config as well....

needs rebase

As far as I can see all precommits are ignored when using cz. I have setup using husky and using lint-staged. If you run `git commit` you will see the...

Commitizen's `--hook` option truncates the `COMMIT_EDITMSG` file. This wipes the `Signed-off-by` trailer generated by Git's `-s` flag, as well as any other trailers that might have been there before running...

how do I sign the commits? there is not a "cz commit -s" command. Thanks

![image](https://user-images.githubusercontent.com/16102900/105340013-503bd100-5c18-11eb-96c2-42254f2f39a8.png) node 14.15.4 npm 6.14.10 What's the problem ?

Hi, I'm trying to create a custom .cz.toml file. I want to know how I can apply a filter to check if the input field is empty (so, required or...

- The input given to `? A BREAKING CHANGE commit requires a body. Please enter a longer description of the commit itself:` isn't used - This prompt pops up when...

bug

I am already using [commitlint ](https://commitlint.js.org/#/) with conventional commits in my project to lint my commit messages as part of husky `commit-msg` githook. I also want to have the ability...

question