orhun / git-cliff-action

GitHub action to generate a changelog based on the Git history
https://github.com/orhun/git-cliff
Apache License 2.0
117 stars 14 forks source link

Updating the `git-cliff` version to support `features_always_bump_minor` and `breaking_always_bump_major` #20

Closed JKRhb closed 3 months ago

JKRhb commented 3 months ago

I am using the git-cliff-action in a GitHub Actions workflow where I was expecting git-cliff to support the configuration options features_always_bump_minor´ andbreaking_always_bump_major. However, these two options have been added in a [more recentgit-cliffrelease](https://github.com/orhun/git-cliff/releases/tag/v2.2.0) than the onegit-cliff-action` is currently depending on.

Would it be possible to update git-cliff to a version >= 2.2.0 to add support for the configuration options? In any case: Thank you very much for a really great tool :)

orhun commented 3 months ago

Done, thanks for the reminder and kind words <3

JKRhb commented 3 months ago

Thanks a lot! :)