Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(configLoader): add cosmiconfig support #987

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2023

  1. feat(configLoader): add cosmiconfig support

    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: commitizen#773
    andrei committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ea0b5ee View commit details
    Browse the repository at this point in the history