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.
- Support parsing headers that start with v.
- The action now correctly handles the case where no release notes are found in the changelog. Thanks to kishor82 for his contribution.
2.1.0 - 2024-02-17
- Dependencies updated
2.0.0 - 2024-01-27
- Default runtime updated to node20
1.17.0 - 2023-07-08
- Dependencies updated
1.16.0 - 2022-10-01
- Dependencies updated
1.15.0 - 2022-07-18
- Dependencies updated
1.14.0 - 2022-05-02
- Dependencies updated
1.13.0 - 2022-04-18
- Dependencies updated
1.12.0 - 2022-02-27
- Dependencies updated
1.11.0 - 2022-01-22
- Added
prerelease
parameter to extract the content between the first (## [Unreleased]
) and second H2 header
- Dependencies updated
1.10.0 - 2021-12-30
- Dependencies updated
- Node version bumped from 12.x to 16.x
1.9.0 - 2021-07-31
- Dependencies updated
1.8.0 - 2021-06-08
- Dependencies updated
1.7.0 - 2021-05-16
- Dependencies updated
1.6.0 - 2021-04-17
- Dependencies updated
1.5.0 - 2021-02-10
- Added support for the Standard Version changelog format. Thanks to Valandur for his contribution.
- Dependencies updated
1.4.0 - 2020-11-01
- Compatibility for ubuntu-20.04, macos-11.0 and windows-2019 ensured
- Action reimplemented as JavaScript action
1.3.0 - 2020-07-09
- Immutability of Docker image ensured
- Linter workflows refactored
1.2.0 - 2020-04-25
- Alpine base image updated
- CI & release workflows improved
1.1.0 - 2020-02-23
- Docker image size reduced
1.0.0 - 2020-01-26
- Initial release of the
extract-release-notes
action