Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 18:43
· 57 commits to main since this release
v0.7.0
5bd3422

Dec 3, 2023

This release includes a few workflow enhancements that will hopefully make
users' lives a little easier and cater for a few more variations of how
changelogs are generated.

FEATURES

  • Add configuration file section [change_set_sections] with parameter
    sort_entries_by to sort entries in change set sections either by issue/PR
    number (id; default), or alphabetically (entry-text)
    (#147)
  • Add ability to optionally sort releases by date
    to configuration - see the README for details
    (#148)
  • Add CLI subcommand find-duplicates to assist in finding changelog entries
    that are duplicated across releases - see the README for more details
    (#149)