zachdaniel / git_ops

A tool for version and changelog management in Elixir via conventional commits.
MIT License
130 stars 21 forks source link

Support for additional types #13

Closed amacgregor closed 5 years ago

amacgregor commented 5 years ago

Currently it seems only a few of the commit types from the specification are supported, the full list includes:

Unless I'm missing something feat, fix, chore are the ones that this library can currently handle.

zachdaniel commented 5 years ago

I didn’t add them all to the application by default, but they can be added via the types configuration. We probably ought to just support all of them though. Would you be interested in adding that behavior? Should be relatively easy. If not, I can add it this week.

zachdaniel commented 5 years ago

Fixed in e7141780fc2f1649518f2641fcf1c52ffd3738ae