Skip to content

Releases: release-flow/keep-a-changelog-action

Release 3.0.0

04 Feb 14:58
Compare
Choose a tag to compare

Changed

  • BREAKING: Update runtime to use Node 20. The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

  • Update all workflows to latest version of GH actions.

Release 2.2.1

11 Mar 12:50
Compare
Choose a tag to compare

Changed

  • Update all outdated npm dependencies (mainly those unist deps flagged by Snyk).

Release 2.2.0

18 Jan 16:44
Compare
Choose a tag to compare

Added

  • Add the fail-on-empty-release-notes input to enable reporting an error if there are no release notes in the
    [Unreleased] section.

Release 2.1.0

15 Jan 18:55
Compare
Choose a tag to compare

Added

  • Add support for optionally keeping an 'Unreleased' section in the output changelog after bumping.

  • Add GitHub Action branding

Release 2.0.0-alpha.0

08 Jan 14:55
Compare
Choose a tag to compare

Changed

  • Combine all actions into a single action. Breaking

Release 2.0.0

08 Jan 15:43
Compare
Choose a tag to compare

Added

  • Added documentation on upgrading to V2

Release 1.4.1

28 Nov 23:57
Compare
Choose a tag to compare

Changed

  • Get the automated checks to run on an autorelease PR (see here).

Release 1.4.0

28 Nov 23:30
38e0a0c
Compare
Choose a tag to compare

Changed

  • The get-release-info action supports a new option for the release-version input: latest-or-unreleased. This option provides support for changelogs that only have an [Unreleased] section.

Release 1.3.0

21 Nov 22:32
Compare
Choose a tag to compare

Added

  • Handle the changes to GitHub output variables caused by the deprecation of the set-output workflow command. This implemented in a backwardly-compatible way so that it continues to work with downlevel (e.g. self-hosted) agents although it has not been tested on any.

Release 1.2.0

20 Nov 16:52
Compare
Choose a tag to compare

Added

  • Add get-release-info action.

Deprecated

  • Deprecate get-release-notes action.