commitizen / commitizen/cz-cli

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

Abierto
#341 3 comentarios 0 reacciones 0 asignados Ver en GitHub
help / pr wanted question
Lenguaje dominante
JavaScript
Estrellas
17.5k
Forks
566
Merge medio
8 h 16 min
PR fusionados (30 d)
1

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.