1.1.5 • Published 4 years ago

nfq-jira-prepare-commit-msg v1.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

jira-prepare-commit-msg

Husky command to add JIRA ticket ID into the commit message if it is missed.

The JIRA ticket ID is taken from a git branch name.

Installation

Install the package using NPM

npm install husky jira-prepare-commit-msg --save-dev

Configuration

Inside your package.json add a standard husky npm script for the git hook:

{
  "husky": {
    "hooks": {
      "prepare-commit-msg": "jira-prepare-commit-msg"
    }
  }
}

Supported pattern

The following patterns are currently supported:

TODO

  • Support user patterns
  • Support configuration (package.json)
  • Lint
  • Tests

License

MIT