Releases: kokocan12/git-commit-msg-validator
Releases · kokocan12/git-commit-msg-validator
v1.1.3
v1.1.0
v1.0.8
v1.0.6
v1.0.5
v1.0.4
v1.0.2
v1.0.1
v1.0.0
Intro
This simple git commit message validator.
Feature
You can force git commit message format with this.
There are two modes.
-
Types Mode
Using this mode, commit message format of your project is forced like [{TYPE}] {TITLE} : {DESCRIPTION}.
You insert your own types in package.json using CLI. -
Regular Expression Mode
Using Regular expression mode, commit message format of your project should be tested by regular expression you insert.