This repository has been archived by the owner on May 7, 2019. It is now read-only.
- update dependencies
- fix various bugs
BREAKING CHANGES
Config precedence is changed.
- If
config.commitizen.path
exists in yourpackage.json
, the config and the adapter are used. - If
config.cz-customizable.config
exists in yourpackage.json
, the config and cz-customizable are used. - If
.cz-config.js
exists in the current working directory or the ancestors, the.cz-config.js
and cz-customizable are used. - Otherwise cz-conventional-changelog is used.