requarks / changelog-action

GitHub Action to generate changelog from conventional commits
MIT License
128 stars 41 forks source link

Item sort order within category is backwards #17

Closed jeacott1 closed 1 year ago

jeacott1 commented 1 year ago

Hi, I'm testing this action and so far its mostly working pretty well, but I have noticed that within a release category (Bug Fixes, Build System, etc) each item is listed with the latest version at the bottom of the list. This seems at odds with the norm and with the Release order which has the latest first.

thoughts?

NGPixel commented 1 year ago

Could be an option.

The Github API doesn't have a parameter to specify the order directly, but the result list could be reversed before processing..

NGPixel commented 1 year ago

Added reverseOrder option in v1.7.0