Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to sort changelog entries alphabetically #146

Closed
thanethomson opened this issue Nov 30, 2023 · 0 comments · Fixed by #147
Closed

Add ability to sort changelog entries alphabetically #146

thanethomson opened this issue Nov 30, 2023 · 0 comments · Fixed by #147
Labels
enhancement New feature or request

Comments

@thanethomson
Copy link
Contributor

thanethomson commented Nov 30, 2023

At present, individual changelog entries are sorted by way of their issue/PR number, but this can result in somewhat chaotic-looking changelogs if entries are prefixed by, for example, a module name (example).

A new configuration file parameter should be provided to allow for configuration of this value:

# The default behaviour
sort_entries_by = "id"

# Sort entries alphabetically by way of the entry text
sort_entries_by = "entry-text"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant