Skip to content

Releases: taiki-e/create-gh-release-action

1.8.2

19 Apr 16:49
Compare
Choose a tag to compare
  • Update parse-changelog to 0.6.7. This includes diagnostics improvements.

1.8.1

13 Apr 14:30
Compare
Choose a tag to compare
  • Update parse-changelog to 0.6.6.

1.8.0

05 Oct 11:49
Compare
Choose a tag to compare
  • 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

09 Sep 18:06
Compare
Choose a tag to compare
  • Improve robustness for temporary network failures.

1.7.1

06 Aug 10:06
Compare
Choose a tag to compare
  • Update parse-changelog to 0.6.2.

1.7.0

22 Mar 15:28
Compare
Choose a tag to compare
  • 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

19 Mar 07:39
Compare
Choose a tag to compare
  • Diagnostics improvements.

1.6.2

24 Dec 09:50
Compare
Choose a tag to compare
  • Support self-hosted runner that does not set GITHUB_OUTPUT environment variable. (#17)

1.6.1

14 Oct 04:07
Compare
Choose a tag to compare

1.6.0

08 Sep 15:09
Compare
Choose a tag to compare
  • 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.