Skip to content

Releases: kokocan12/git-commit-msg-validator

v1.1.3

29 Jun 07:29
Compare
Choose a tag to compare

Changed

  • Add SHE_BANG, fix error in window OS

v1.1.0

29 Jun 06:35
Compare
Choose a tag to compare

Changed

  • Modify install text.

v1.0.8

29 Jun 06:25
35e39a1
Compare
Choose a tag to compare

Changed

  • Add npx config

v1.0.6

29 Jun 05:39
Compare
Choose a tag to compare

Changed

  • Add json parser

v1.0.5

29 Jun 04:11
Compare
Choose a tag to compare

Changed

  • Add unit test.
  • Fix regexp bugs.

v1.0.4

28 Jun 09:25
Compare
Choose a tag to compare

Changed

  • Change package.json (description, repository).

v1.0.2

28 Jun 08:39
Compare
Choose a tag to compare

Changed

  • Modify binary command

v1.0.1

28 Jun 08:31
Compare
Choose a tag to compare

Changed

  • Fix rendered text error (nextline).

v1.0.0

28 Jun 08:12
Compare
Choose a tag to compare

Intro

This simple git commit message validator.

Feature

You can force git commit message format with this.
There are two modes.

  1. 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.

  2. Regular Expression Mode
    Using Regular expression mode, commit message format of your project should be tested by regular expression you insert.