-
Hi guys,
Update Inquirer.js from 0.12.0 to 1.0.2 is a breaking change:
https://github.com/commitizen/cz-cli/commit/a538dced#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R76
Maybe let the plugin maintainers…
-
After being prompted for all inputs, and after the confirmation of the commit, commitizen simply ends without the commit (success) response.
I'm using node v4.0.0 and npm 3.8.9 and commitizen 2.8.1
…
-
- [x] Setup https://github.com/commitizen/cz-cli
- [x] Add https://github.com/commitizen/cz-conventional-changelog as the adapter.
Reference: https://github.com/angular/angular.js/blob/master/CONTR…
-
[Commitizen](https://github.com/commitizen/cz-cli) is a tool for enforcing style of git commit messages, it's quite useful. However, `npm-check` is giving me a hard time about unused dependencies.
``…
-
Why do we load a path to an adaptor and not an actual module? I like to distribute the commitizen with my pre-git module as `pre-git` dependency by default. But commitizen cannot find the adaptor path…
-
Hi,
I've been using the Angular commit messages convention fro more than a year now, and I find it great. If I understand correctly, this pretty much mirrors `cz-conventional-changelog` prompts.
Imh…
-
Hi,
I've been using the Angular commit messages convention fro more than a year now, and I find it great.
On the other hand, I think there's one type of commits that is very relevant, and it's missi…
-
Hi there,
I'm currently working on my own library that gives me functionality similar to ngCordova for Ionic 2 ... Just simplifying plugin calls.
I thought I could help build Ionic-native instead of…
-
How does one use `git-cz` to amend a commit message? It does not seem to be handling extra arguments.
```
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "gi…
-
Hi!
**TLDR**; IRFM, ran it, then tried to run `git cz`, it failed with an unfortunate but epic error,
``` sh
D:\work\MyBlog\C\c2-bin>git cz
module.js:338
throw err;
^
Error: Cannot fin…