commitizen / commitizen/cz-cli
--save-exact does not work.
Open
- Dominant language
- JavaScript
- Stars
- 17.5k
- Forks
- 566
- Avg merge
- 8h 16m
- Merged PRs (30d)
- 1
Description
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"
}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.