Skip to content

Tags: luyidong/cz-cli

Tags

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: bump tests to release (commitizen#656)

* fix: bump tests to release

* fix: ignore osome files for coverage

v4.0.2

Toggle v4.0.2's commit message
fix(deps): update dependency lodash to v4.17.15 (commitizen#652)

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: dep updates (commitizen#650)

* fix: update to uuid

* fix: update nodemon to 1.19.1

* fix: update cachedir@2.2.0

* fix: update remaining dependencies

* fix: update remaining devDeps

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(node): remove node 6 and 8 support (commitizen#649)

This removes node 6 and 8 support. This is a free project and our builds are getting very long so we
have to be a bit careful about what versions we test on. To be clear, this still works on Node 6 and
8 for now but we won't be maintaining that guarantee into the future so please work towards
updating. This also removes eslint, likely in favor of prettier at some future date.

BREAKING CHANGE: Removal of two major node versions, 6 and 8 from testing scheme

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: release fixed sem-release (commitizen#648)

v3.1.1

Toggle v3.1.1's commit message
fix(cli): allow argv to be overridden in bootstrap (commitizen#621)

A consumer's CLI has extra arguments, allowing argv to be overridden without mutating the process.argv array directly would be useful.

v3.1.0

Toggle v3.1.0's commit message
feat(cli): Implement --hook option for git hooks integration (commiti…

…zen#615)

fixes commitizen#448 (re commitizen#462)

This pr allows project maintainers to enforce Commitizen generated commit messages as part of the workflow triggered by the `git commit` command. 

* implements the `--hook` flag, which directs Commitizen to edit the `.git/COMMIT_EDITMSG` file directly. 
* documents the use of the `--hook` flag in the `README`, both through traditional `git hooks` and `husky`.

v3.0.7

Toggle v3.0.7's commit message
fix(config loader): deal with config file charset (commitizen#584)

Make sure that config file charset is utf-8, or throw detail to notify

v3.0.6

Toggle v3.0.6's commit message
fix(deps): update dependency find-node-modules to v2 (commitizen#611)

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| find-node-modules | dependencies | major | `1.0.4` -> `2.0.0` | [source](https://togithub.com/callumacrae/find-node-modules) |

---

### Release Notes

<details>
<summary>callumacrae/find-node-modules</summary>

### [`v2.0.0`](https://togithub.com/callumacrae/find-node-modules/compare/v1.0.4...v2.0.0)

[Compare Source](https://togithub.com/callumacrae/find-node-modules/compare/v1.0.4...v2.0.0)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#commitizen/cz-cli).

v3.0.5

Toggle v3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(package): avoid depending on flatmap-stream (commitizen#591)