Skip to content

Latest commit

 

History

History
140 lines (82 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

140 lines (82 loc) · 5.31 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.8.2 - 2024-04-19

  • Update parse-changelog to 0.6.7. This includes diagnostics improvements.

1.8.1 - 2024-04-13

  • Update parse-changelog to 0.6.6.

1.8.0 - 2023-10-05

  • Fix performance degradation introduced in 1.7.2.

  • Update parse-changelog to 0.6.3.

  • Verify checksum of downloaded parse-changelog tarball.

  • Support AArch64 host.

1.7.2 - 2023-09-09

  • Improve robustness for temporary network failures.

1.7.1 - 2023-08-06

  • Update parse-changelog to 0.6.2.

1.7.0 - 2023-03-22

  • Add allow-missing-changelog input option to allow create the release even if the changelog entry corresponding to the version is missing. (#23, thanks @lmajano)

  • Switch to composite action. (#24)

1.6.3 - 2023-03-19

  • Diagnostics improvements.

1.6.2 - 2022-12-24

  • Support self-hosted runner that does not set GITHUB_OUTPUT environment variable. (#17)

1.6.1 - 2022-10-14

1.6.0 - 2022-09-08

  • Add token input option to use the specified token instead of GITHUB_TOKEN environment variable.

  • Add ref input option to use the specified tag ref instead of GITHUB_REF environment variable.

  • Update parse-changelog to 0.5.1. This includes a bug fix and performance improvements.

1.5.0 - 2022-02-17

  • Set computed-prefix and version outputs. (#12, thanks @sunshowers)

  • Update default runtime to node16.

1.4.0 - 2021-12-25

  • Fix handling of trailing hyphen in prefix. (#10)

  • Warn version that invalid as semver. (#11)

    They will be rejected in the next major version.

1.3.0 - 2021-12-21

  • Add support for a custom tag prefix (#8, thanks @hawkw)

1.2.2 - 2021-07-24

  • Update parse-changelog to 0.4.3. This includes a bug fix and performance improvements.

1.2.1 - 2021-07-22

  • Update parse-changelog to 0.4.1. This includes a bug fix and performance improvements.

1.2.0 - 2021-07-20

  • Add branch input option to reject releases from commits not contained in specified branches (#7)

1.1.0 - 2021-06-23

  • Add draft input option to create GitHub release as draft. (#4, thanks @ririsoft)

1.0.3 - 2021-04-12

  • Pin the version of parse-changelog.

1.0.2 - 2021-02-28

  • Fix error on macOS and Windows. (#2)

  • Documentation improvements.

1.0.1 - 2021-02-12

  • Pass --noprofile and --norc options to bash.

1.0.0 - 2021-02-03

Initial release