sailr
sailr copied to clipboard
A configurable Git hook for adhering to the Conventional Commit specification
Results
2
sailr issues
Sort by
recently updated
recently updated
newest added
I implemented the hook and I get an error even it matches. ```bash [Invalid Commit Message] ------------------------ Valid types: build ci docs feat fix perf refactor style test chore Max...
From my understanding, a breaking changes commit message should look like "refactor!: this will mess up things" I have added the ! versions of the types to my config, but...