1.5.8 • Published 2 years ago
@mimik/git-hooks v1.5.8
git-hooks
Example
const { commitCheckMsg } = require('@mimik/git-hooks');
git-hooks~commitCheckMsg() ⇒ Promise
Checking the validity of the commit message.
Kind: inner method of git-hooks
Returns: Promise - .
Category: async
Fulfil: null
.
Will exit 1
if the commit message is not correct or if the branch is not a Jira generated branch.