@bingsjs/op-commitizen
v0.3.25
Published
Opinioned commitizen with default configuration for conventional changelog
Downloads
14
Readme
@bingsjs/op-commitizen
Pre-configured commitizen using conventional commit
Usage
Either run directly or as git "prepare-commit-msg" hook
To run directly:
yarn op-commitizen
To run as git hook, add the "prepare-commit-msg" hook, and put the line below:
exec < /dev/tty && yarn op-commitizen hook "$1" "$2" "$3" || true
Pre-configs
Uses conventional format