clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
856 stars 43 forks source link

Feature Request: custom section ordering. #102

Open jtk54 opened 7 years ago

jtk54 commented 7 years ago

I'd like to be able to reorder the sections of the clog output based on the .clog.toml file. As an example,

"Bug Fixes" = ["fix"]
"Features" = ["feat"]

would place bug fixes first and features second and

"Features" = ["feat"]
"Bug Fixes" = ["fix"]

would reverse the order. Is this doable now? Otherwise this would be great for those of us that are persnickety.