Use conventional commits #29854
helpermethod
started this conversation in
Community
Replies: 1 comment
-
FWIW I think Quarkus does not use JReleaser for generating its changelog (yet 😉 ). However, following a commit message convention (which ever it may be) it's still a Good Idea. If CC is chosen then there are GitHub apps that can enforce abiding to the rules when PRs are checked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When reading release notes, it's hard to spot bug fixes amongst new features, dependency updates etc..
While JReleaser allows you to categorize changelog entries, Quarkus' commits are just not uniform enough to categorize them. Thus I suggest to use Conventional Commits to allow automatic categorization by JReleaser.
/CC @aalmiray
Beta Was this translation helpful? Give feedback.
All reactions