commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.57k stars 552 forks source link

feat(configLoader): add cosmiconfig support #987

Open levi2ki opened 8 months ago

levi2ki commented 8 months ago

Added cosmiconfig support; Added json5 support for configs; Removed deprecated czConfig attribute support; Added load and loadAtRoot public api hepers; Removed findup and config normalization functions that are not required for now;

BREAKING CHANGE: config.path now resolves relative to config location; config lookup now relays on cosmiconfig search rules; closes #773, closes #782, closes #975