Skip to content

4.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 19:30
· 23 commits to main since this release
0b03d75

Added

  • Add --autoCategorize flag to update command (#212)
    • When populating the Unreleased section, the tool will look for Conventional Commits prefixes in commit message subjects and place matching commits in corresponding categories automatically.
    • Supported prefixes are feat (which routes to "Added") and fix (which routes to "Fixed").