Skip to content

An adapter for commitizen that adds questions related to shortcut

License

Notifications You must be signed in to change notification settings

ListedB/cz-conventional-shortcut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  }
}

About

An adapter for commitizen that adds questions related to shortcut

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%