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

0.3.0

Latest
Compare
Choose a tag to compare
@whizark whizark released this 05 Apr 16:26
· 35 commits to master since this release
v0.3.0
d232f76
  • 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.