0.1.3 • Published 2 years ago

cz-conventional-shortcut v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cz-conventional-shortcut

An adapter for commitizen that follows the angular commit standard. Initially forked from Updater/cz-conventional-clubhouse this version provides additional questions intended to help aid users of Shortcut.

Commitizen friendly

Features

This adapter adds 1 feature to commitizen/cz-conventional-changelog:

  • The ability to link the specific commit to a Shortcut story via: [SC-<STORYNUMBER>]

A user only needs to know the story number to link the story. The shortcut.com specific syntax is added for you. The story number is also pre-populated using when creating your branch with the <BranchType>/SC-<STORYNUMBER> naming convetion. Example: feature/SC-123

Installation

yarn add commitizen cz-conventional-shortcut

Usage

Use as any commitizen adapter by setting path in your package.json commitizen config:

"config": {
  "commitizen": {
    "path": "cz-conventional-shortcut"
  }
}