Allow disabling topological order for commits #804
Labels
feature/request
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is there an existing issue or pull request for this?
Feature description
See #800 for the problem description. To put it briefly, there might be edge cases where the changelog commits aren't ordered correctly when the merge commits are used.
Desired solution
Topological order was introduced as default behavior in #415. This behavior should be configurable (e.g. as date order) in the configuration file as follows:
We can also rename
topo_order
option totopo_order_tags
for better alignment between these two options.I'm not the best at naming. Maybe @Cyclonit have better ideas since he worked on #541
Alternatives considered
None.
Additional context
See #800
The text was updated successfully, but these errors were encountered: