commitizen / commitizen/cz-cli

try to load `cz-conventional-changelog` by default

Open
#341 3 comments 0 reactions 0 assignees View on GitHub
help / pr wanted question
Dominant language
JavaScript
Stars
17.5k
Forks
566
Avg merge
8h 16m
Merged PRs (30d)
1

Description

Load it by default, without the need for config, which currently is

``` json
{
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
```

which i believe it should be handled by the cli. it is so trival and basic stuff. and hance, it is "path", i think it would make more sense to be `preset` and try to load this preset automagically.

What i suggest? It should try to load from local (cwd) node_modules, then try to load from global.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.