commitizen / commitizen/cz-cli

Use config/types from @commitlint/config-angular

Abierto
#691 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
17.5k
Forks
566
Merge medio
8 h 16 min
PR fusionados (30 d)
1

Descripción

Is it possible to use the same config as used/setup with commitlint?

We are using commitlint to check the messages with the (new) [@commitlint/config-angular(https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-angular)

Is it possible to use the same config for `commitizen`?
e.g.
```
"config": {
"commitizen": {
"path": " "@commitlint/config-conventional""
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
```
Or is this only possible with a custom config?

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.