commitizen / commitizen/cz-cli
--save-exact does not work.
未关闭
- 主要语言
- JavaScript
- 星标
- 17.5k
- 派生
- 566
- 平均合并
- 8 小时 16 分钟
- 30 天内合并 PR
- 1
描述
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"
}
}
}
```
贡献指南
评估
这个 Issue 还没有评估数据。