monta-app / changelog-cli

A Kotlin native CLI tool used for generating change logs based off commits using conventional commits
3 stars 1 forks source link

Add support for the `!` or `BREAKING` keywords #62

Open BrianEstrada opened 1 year ago

BrianEstrada commented 1 year ago

This is a task of figuring out how to best display and handle when a CC has a breaking change

Specification can be found here:

https://www.conventionalcommits.org/en/v1.0.0/

antonio-pedro99 commented 1 year ago

@BrianEstrada is this issue assigned to anyone?

BrianEstrada commented 1 year ago

@antonio-pedro99 no feel free to make a PR if you're interested in helping out :)

antonio-pedro99 commented 1 year ago

I am going to work in this

antonio-pedro99 commented 1 year ago

Are participating in Hacktoberfest?