-
when trying to build custom commitizen prompt configs in node >14 where
```package.json
{
"type": "module",
}
```
it throws an error
```
require() of ES Module /custom-cz.js from /nod…
-
I have some git pre-commit hooks in my projects. If they fail after `git cz` is run, then I can either run `git cz` again, and fill everything again, or I can run it with `git cz --retry`, but in that…
-
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 abi…
-
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 commitizen configuration in o…
naxhh updated
2 years ago
-
## The devDependency [commitizen](https://github.com/commitizen/cz-cli) was updated from `3.0.2` to `3.0.3`.
🚨 [View failing branch](https://github.com/rxreact/signal-connect/compare/master...rxreac…
-
The setup instructions [in the readme][repo-commitizen-friendly] use the module name of the adapter (i.e. `cz-conventional-changelog`), but the actual config generated by `commitizen init` uses a rela…
-
Brainstorming:
As commitizen iterates, as a user I want to be notified when there is an adapter/cli incompatibility.
- [ ] Decide how adapters can communicate their cli version requirements. (semver …
-
## The devDependency [commitizen](https://github.com/commitizen/cz-cli) was updated from `3.0.2` to `3.0.3`.
🚨 [View failing branch](https://github.com/Belphemur/torrent-api-ts/compare/master...Belp…
-
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-changelo…
-
Hey,
I can not run `commitizen`.
Error:
```cmd
yarn cz
yarn run v1.22.17
$ /home/bartuszak/gitlab/web-common/node_modules/.bin/cz
Cannot find module 'git-branch'
Require stack:
- /home/ba…