zeke / semantic-pull-requests

:robot: Let the robots take care of the semantic versioning
https://github.com/apps/semantic-pull-requests
Apache License 2.0
1.24k stars 122 forks source link

feat: Support additional types #67

Closed amoshydra closed 5 years ago

amoshydra commented 5 years ago

Related to #34

Add support for custom types

Default behaviour

By default the type specified in https://github.com/commitizen/conventional-commit-types/blob/01a66a9c4946f51c3018eef4c26cef79ed82205e/index.json will still be used.

Custom Behaviour

Additional types can be specified by adding additional key types in semantic.yml. This key should receive an array of type strings.

This will replace the default conventional commit types.

types:
  - feat
  - fix
  - improvement
  - alternative
  - other

Misc


View rendered README.md

zeke commented 5 years ago

Hey @amoshydra I see you made some changes. Is this ready for another review?

amoshydra commented 5 years ago

@zeke

Yes, they are ready for review.

Changes made since last review:

binarylogic commented 5 years ago

This looks great, we could definitely use this as well. Any chance we could get a review and take advantage of this?