commitlint-pre-commit-hook
commitlint-pre-commit-hook copied to clipboard
A pre-commit hook for commitlint
While related to conventional-changelog/commitlint#3256 bug, I think this could be solved in the hooks as pre-commit already provides a (mostly) isolated node environment. Instead of running the CLI directly, the...
Currently, the hook has no tests (beyond any that are done locally), this hook does change all that much basically but nevertheless, I think it could be a good idea...
Currently, once there is a new commitlint version, the releases are done manually (ie a branch is open, files are updated, merge & push a tag with the new version);...
Running into the below issue with the commitlint-pre-commit-hook: [INFO] Installing environment for https://github.com/alessandrojcm/commitlint-pre-commit-hook. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... An unexpected...