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

Yarn v2 has a new directory structure that doesn't involve modules. [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import/pull/1591) was able to solve an issue like this quite easily by using `createRequireFromPath` instead of `require.resolve`.

Some projects aren't made using JS, so having a .js file as configuration makes no sense, better would be using yml or json instead. Would be possible to have a...

## Issue When I use Emojis in my **.cz-config.js** file to customize my commit messages, I see inconsistent spacing around specific Emojis. This is happening in both my VS Code...

When running `git cz --amend` I do not get the commitizen prompt, but instead the normal git way of editing message. It would be awesome if it would show me...

cli

This PR reapplies https://github.com/commitizen/cz-cli/pull/778, which was reverted in #791, with proper commit message as it's a breaking change. Fixes #762 **Note:** please merge with rebase.

I use pre-commit hooks to format my code and check with `npm audit` for insecure modules. There are times I run through the whole commit prompt only to have my...

help / pr wanted

This package seems to have a dependency on installing `commitizen` globally. I followed the directions for installing commitizen locally to my project repo and ran: `yarn add commitizen --dev` and...

Hi, I am facing an issue when I complete the pull request with CommitiZen plugin. I see the error "Invalid argument value. Parameter name: You must specify a valid LastMergeSourceCommit...

I want to learn the algorithm of format detection, where can i find the code snippet of the startegy?

not sure if there already is some way to do this, but i would find it more convenient if i could type the commit type manually and have it either...