mikepenz / release-changelog-builder-action

A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
https://blog.mikepenz.dev
Apache License 2.0
684 stars 99 forks source link

Refactor mode configuration | Add support for `HYBRID` | Add new `CommitMode` focused default config #1312

Closed mikepenz closed 4 months ago

mikepenz commented 4 months ago
cyb3rko commented 4 months ago

Hi Mike,
if I understand the changes the right way, it will break v4 configurations using commitMode, right?
Will there be some kind of migration note?

mikepenz commented 4 months ago

@cyb3rko good day. So far everything should be backwards compatible. I kept even the commitMode flag which sets the mode internally.

cyb3rko commented 4 months ago

Awesome, thank you 👍🏻