Releases: release-flow/keep-a-changelog-action
Releases · release-flow/keep-a-changelog-action
Release 3.0.0
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
Changed
- Update all outdated npm dependencies (mainly those
unist
deps flagged by Snyk).
Release 2.2.0
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
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
Changed
- Combine all actions into a single action. Breaking
Release 2.0.0
Added
- Added documentation on upgrading to V2
Release 1.4.1
Changed
- Get the automated checks to run on an autorelease PR (see here).
Release 1.4.0
Changed
- The
get-release-info
action supports a new option for therelease-version
input:latest-or-unreleased
. This option provides support for changelogs that only have an[Unreleased]
section.
Release 1.3.0
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
Added
- Add
get-release-info
action.
Deprecated
- Deprecate
get-release-notes
action.