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

The commitizen command line utility. #BlackLivesMatter

Results 152 cz-cli issues
Sort by recently updated
recently updated
newest added

https://github.com/commitizen/cz-cli#:~:text=NOTE%3A%20If,triggered%20precommit%20script. tells that I cannot name my npm script `commit` if I use husky. I use husky and I use `commit` npm script fine without any problems

### Description We set up `cz` as a husky pre-commit hook but when we go through the prompts via `git commit` it produces an empty commit message in `vim`. These...

Hello, I'm working on a monorepo with backend and frontend and a `.czrc` at the directory's root to enforce commit rules with commitizen. All frontend-related files are in a subdirectory,...

Github defaults to the code path in master for links in docs so we need to specify the complete path to the contributors' graphs: https://github.com/commitizen/cz-cli/graphs/contributors

docs
waiting for response

### Problem: The problem appears when the user creates a commit with the `--retry` option. When creating a commit without this parameter, the process will be completed by a function...

On `git-cz` executing error occuring: ```npm ERR! maxAge must be a number``` Early all works fine, but now I have troubles with LRU cache. Npm full log: ``` 0 verbose...

Operating system: MacOS 13.1 MacBook Air Terminal application: Warp and iTerm2 Font: Hack (Warp) / Jetbrains Mono Nerd Font (iTerm) Font size: 11, 12, 13 Terminal screen size: half the...

Hello there, thanks for this project. I use Yarn and Lerna with Yarn workspaces. But it disallows install packages to root space without `--ignore-workspace-root-check` or `-W` [flag](https://yarnpkg.com/en/docs/cli/add#toc-yarn-add-ignore-workspace-root-check-w) and I got...

I configured the `subject-case` rule in `.commitlintrc.cjs` for using sentence case subject case like this: ```js module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [2, 'never', ['upper-case']], }, } ```...

We've been using Yarn Classic for our project, which is a monorepo with different workspaces.. We decided to upgrade yarn to Yarn version 3.2.3. We used to run: `yarn workspace...