Skip to content

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 01 Sep 20:15
· 6 commits to main since this release

Fixed

  • Release notes: the changelog-section extraction used an awk dynamic regex
    in which the escaped brackets opened a character class, so no section ever
    matched and every release fell back to the generic "see CHANGELOG.md" text.
    It now uses an anchored literal-string comparison.

Full Changelog: v1.0.6...v1.0.7