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.1.0 - 2024-07-27
- Add a new
release-notes
output to the action containing the release notes for the newly released versions.
3.0.0 - 2024-04-08
- Spacing in Markdown lists and definitions
- "unreleased" definition casing
- Update action to use
node20
2.0.0 - 2024-02-14
- Update action to use
node16
1.3.0 - 2021-10-12
- New optional
tag
argument allowingv
-prefixed versions
- The
version
argument is no longer required
- The
version
argument will be replaced in favor of thetag
argument
1.2.1 - 2021-02-23
- Allow
Unreleased
link reference to be lowercase.
1.2.0 - 2020-09-22
- Commit hook for preventing dist/index.js to be out of date after modifying Typescript files.
- Input
changelogPath
for making the path to the CHANGELOG.md file configurable. Defaults to "./CHANGELOG.md".
1.1.0 - 2020-02-17
- Add support for creating the first release using this action.
1.0.0 - 2020-02-15
- Initial release of this action!