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

Hello, I am trying to use 'git commit' using a husky hook as mentioned in the docs but I get ```error: unknown option `hook'``` when husky is trying to run...

![image](https://user-images.githubusercontent.com/725337/218887119-c275e787-e4ff-487a-93ea-968e188a6be9.png)

When running commands from `scripts`, any NPM warnings seem to break `cz` prompts. For example, running `npm run commit` (which runs `git-cz`) triggers some NPM warnings in my environment that...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependency related

Installing commitizen globally using the steps in the documentation as shown here ``` npm install -g commitizen npm install -g cz-conventional-changelog echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc ``` Prevents...

bug
help / pr wanted
cli
hacktoberfest

Typing > git rebase -i ${COMMIT_HASH} The git-cz hook will be called and prevent to squash commits into one. Is there anyway to prevent this unwanted behaviour?

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependency related

Hi everyone. Our company is using commitizen for one of our main OSS project but we slowly started using it in smaller projects and tools. We now require a standard...

Running `commitizen init cz-conventional-changelog --pnpm --save-dev --save-exact` gives me this output: ``` Attempting to initialize using the npm package cz-conventional-changelog npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "workspace:":...