Skip to content

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

1.8.4

20 Jan 16:05
Compare
Choose a tag to compare
  • Update parse-changelog to 0.6.11.

1.8.3

10 Jan 15:29
Compare
Choose a tag to compare
  • Update parse-changelog to 0.6.10. This includes performance improvements.

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)