Skip to content

An adapter for commitizen that adds questions related to clubhouse

License

Notifications You must be signed in to change notification settings

Updater/cz-conventional-clubhouse

Repository files navigation

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

About

An adapter for commitizen that adds questions related to clubhouse

Resources

License

Stars

Watchers

Forks

Packages

No packages published