TorchedSammy/Miq

feat: check for breaking changes

Opened this issue · 1 comments

miq can check the commits between the last hash and current hash when updating and search if the message includes breaking change or breaking_change, or check if there is a ! in the title for conventional commits to alert the user that there may be a breaking change

we can also specifically show the commits with breaking changes, but i guess i'd need to properly parse commit messages and separate them?