zachdaniel / git_ops

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

fix!: fail on prefixed `!` and support postfixed `!` #22

Closed zachdaniel closed 4 years ago

zachdaniel commented 4 years ago

Contributor checklist

zachdaniel commented 4 years ago

@djantea this should address your issue, if you want to take a look at it. If its all good, I'll get it merged shortly. Great catch, much appreciated!

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 94


Totals Coverage Status
Change from base Build 92: 0.5%
Covered Lines: 168
Relevant Lines: 193

💛 - Coveralls
djantea commented 4 years ago

@zachdaniel it looks good to me. Thank you!