Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

commit-msg-validate

alanhk898Unlicense1.0.1

GIT COMMIT-MSG hook for validating commit message.

git, message validation

readme

commit-msg-validate

Validate rules:

  • [StoryNumber / Type] commit purpose

Installation

yarn add -D commit-msg-validate

How to use

This validate need to be used with Husky . Add this config to package.json

"scripts": {
   "commitmsg": "commit-msg-validate",
   ....
}

changelog

v2.0.1 (2017-07-30)

v2.0.0 (2017-07-13)

v1.0.0 (2017-07-13)

v1.0.0 (2017-07-13)