commitizen / commitizen/cz-cli
--save-exact does not work.
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 17.5k
- Forks
- 566
- Merge medio
- 8 h 16 min
- PR fusionados (30 d)
- 1
Descripción
With commitizen@2.8.6, It doesn't make any difference:
```
$ commitizen init cz-conventional-changelog --save-dev --save-exact
$ cat package.json
{
"devDependencies": {
"cz-conventional-changelog": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
```
```
$ commitizen init cz-conventional-changelog --save-dev
$ cat package.json
{
"devDependencies": {
"cz-conventional-changelog": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.