Bengt Brodersen
Bengt Brodersen
which command did you use?
> `npx git-conventional-commits -c ..git-hooks\git-conventional-commits.yaml`` this is not a valid command the actual command is missing. If you add a command like this`npx git-conventional-commits changelog -h` --config is mentioned in...
BTW are you sure the config file path is correct `..git-hooks\git-conventional-commits.yaml` the double leading dots seam odd
@xbugar which command do you want to execute?
```sh cd NEW_TEMP_DIR git init mkdir .git-hooks npx git-conventional-commits init -c .git-hooks/git-conventional-commits.yaml npx git-conventional-commits version -c .git-hooks/git-conventional-commits.yaml
please send me all commands you run in a fresh directory