Sort commits by scope within changelog categories #525
Labels
issue-status: wait-for-implementation
maintainers agree on the bug / feature
type: feature
A new enhacement proposal
Description
Changelog generation already separates commits by change type, but within each category, messages are produced in commit order. It would be nice to have an output format to sort messages alphabetically and/or group by scope.
Possible Solution
Current output:
Desired option 1:
Desired option 2:
From client side, I could implement this via
changelog_hook()
. However, that requires re-parsing the already parsed and formatted data. I could additionally hackchangelog_message_builder_hook()
to set message as JSON string, to later parse inchangelog_hook()
.Is there a cleaner way to handle this?
Additional context
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: