Skip to content

v3

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:18
· 2 commits to main since this release

Added

  • extract/action.yml sub-action that extracts a single version's section from a Keep a Changelog file (via mdq), for driving GitHub release notes from the changelog.
  • .github/workflows/release.yml — pushing a v* tag now validates the changelog, extracts the matching section, and creates a GitHub release from it, failing if no matching section is found.
  • README.md and this CHANGELOG.md.

Changed

  • Moved validation logic into validate/action.yml + validate/index.js, now directly callable as its own sub-action alongside extract/. The root action is unchanged for existing consumers.