All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.0.0 - 2024-02-04
-
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.
2.2.1 - 2023-03-11
- Update all outdated npm dependencies (mainly those
unist
deps flagged by Snyk).
2.2.0 - 2023-01-18
- Add the
fail-on-empty-release-notes
input to enable reporting an error if there are no release notes in the[Unreleased]
section.
2.1.0 - 2023-01-15
-
Add support for optionally keeping an 'Unreleased' section in the output changelog after bumping.
-
Add GitHub Action branding
2.0.0 - 2023-01-08
- Added documentation on upgrading to V2
- Combine all actions into a single action. Breaking
1.4.1 - 2022-11-28
- Get the automated checks to run on an autorelease PR (see here).
1.4.0 - 2022-11-28
- 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.
1.3.0 - 2022-11-21
- 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.
1.2.0 - 2022-11-20
- Add
get-release-info
action.
- Deprecate
get-release-notes
action.
1.1.0 - 2022-03-25
-
Automatically move the major version tag when a release is published
-
Add
check_dist
workflow to ensure thedist/
directory is up-to-date
- Correct some of the examples in the README
1.0.0 - 2022-03-14
- Release preparation for v1
0.1.0 - 2022-03-14
- Initial content including change log