Skip to content

Latest commit

 

History

History
186 lines (105 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

186 lines (105 loc) · 4.16 KB

Changelog

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.

Added

  • Support parsing headers that start with v.

Changed

Deprecated

Removed

Fixed

Security

[2.2.0] - 2024-05-08

Fixed

  • 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

Changed

  • Dependencies updated

2.0.0 - 2024-01-27

Changed

  • Default runtime updated to node20

1.17.0 - 2023-07-08

Changed

  • Dependencies updated

1.16.0 - 2022-10-01

Changed

  • Dependencies updated

1.15.0 - 2022-07-18

Changed

  • Dependencies updated

1.14.0 - 2022-05-02

Changed

  • Dependencies updated

1.13.0 - 2022-04-18

Changed

  • Dependencies updated

1.12.0 - 2022-02-27

Changed

  • Dependencies updated

1.11.0 - 2022-01-22

Added

  • Added prerelease parameter to extract the content between the first (## [Unreleased]) and second H2 header

Changed

  • Dependencies updated

1.10.0 - 2021-12-30

Changed

  • Dependencies updated
  • Node version bumped from 12.x to 16.x

1.9.0 - 2021-07-31

Changed

  • Dependencies updated

1.8.0 - 2021-06-08

Changed

  • Dependencies updated

1.7.0 - 2021-05-16

Changed

  • Dependencies updated

1.6.0 - 2021-04-17

Changed

  • Dependencies updated

1.5.0 - 2021-02-10

Added

Changed

  • Dependencies updated

1.4.0 - 2020-11-01

Added

  • Compatibility for ubuntu-20.04, macos-11.0 and windows-2019 ensured

Changed

  • Action reimplemented as JavaScript action

1.3.0 - 2020-07-09

Changed

  • Immutability of Docker image ensured
  • Linter workflows refactored

1.2.0 - 2020-04-25

Changed

  • Alpine base image updated
  • CI & release workflows improved

1.1.0 - 2020-02-23

Changed

  • Docker image size reduced

1.0.0 - 2020-01-26

Added

  • Initial release of the extract-release-notes action