Describe the bug
As I was tweaking my cliff.toml file to get the changelog to look exactly how I want it, I noticed the order of the groups is not affected by the elements in commit_parsers, but rather seems to be alphabetical on the group name.
Expected behavior
I hoped the groups would appear in the markdown in the same order as the commit_parsers array. Maybe there's a way to work around this? Thanks!
Describe the bug
As I was tweaking my
cliff.tomlfile to get the changelog to look exactly how I want it, I noticed the order of the groups is not affected by the elements incommit_parsers, but rather seems to be alphabetical on the group name.Expected behavior
I hoped the groups would appear in the markdown in the same order as the
commit_parsersarray. Maybe there's a way to work around this? Thanks!