cz-conventional-clubhouse

1.1.0 • Public • Published

cz-conventional-clubhouse

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

Commitizen friendly

Features

This adapter adds 2 features to commitizen/cz-conventional-changelog:

  • The ability to link the branch the commit is on to a clubhouse.io story via: [branch ch<STORYNUMBER>]
  • The ability to likk the specific commit to a clubhouse.io story via: [ch<STORYNUMBER>]

Both of these are questions asked after the commit information has been added. A user only needs to know the story number to link the story. The clubhouse.io specific syntax is added for you. Multiple stories can be added by comma seperating the response.

Usage

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i cz-conventional-clubhouse

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • updater-admin