Skip to content

Latest commit

 

History

History
106 lines (62 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

106 lines (62 loc) · 4.21 KB

Changelog

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

This project adheres to Semantic Versioning.

Added

  • Added new input allow_missing_changelog:boolean that will allow the build to continue to run even though the targeted version was not found on the changelog file. The default of this input is false to stay backwards compatible.

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