commitizen / commitizen/cz-cli
try to load `cz-conventional-changelog` by default
オープン
help / pr wanted
question
- 主要言語
- JavaScript
- スター
- 17.5k
- フォーク
- 566
- 平均マージ
- 8時間 16分
- マージ済み PR(30日)
- 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 はまだ評価されていません。