commitizen / commitizen/cz-cli
try to load `cz-conventional-changelog` by default
未关闭
help / pr wanted
question
- 主要语言
- JavaScript
- 星标
- 17.5k
- 派生
- 566
- 平均合并
- 8 小时 16 分钟
- 30 天内合并 PR
- 1
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。