You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.