Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Releases: whizark/cz-cli

0.3.0

05 Apr 16:26
v0.3.0
d232f76
Compare
Choose a tag to compare
  • update dependencies
  • fix various bugs

BREAKING CHANGES

Config precedence is changed.

  1. If config.commitizen.path exists in your package.json, the config and the adapter are used.
  2. If config.cz-customizable.config exists in your package.json, the config and cz-customizable are used.
  3. If .cz-config.js exists in the current working directory or the ancestors, the .cz-config.js and cz-customizable are used.
  4. Otherwise cz-conventional-changelog is used.

0.2.0

05 Apr 16:23
v0.2.0
54f5164
Compare
Choose a tag to compare
  • update commitizen to 2.9.3 (c31782d)

0.1.0

29 Dec 23:34
v0.1.0
68ed5ce
Compare
Choose a tag to compare
  • The first release.