Releases: taiki-e/create-gh-release-action
Releases · taiki-e/create-gh-release-action
1.8.2
- Update
parse-changelog
to 0.6.7. This includes diagnostics improvements.
1.8.1
- Update
parse-changelog
to 0.6.6.
1.8.0
-
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
- Improve robustness for temporary network failures.
1.7.1
- Update
parse-changelog
to 0.6.2.
1.7.0
1.6.3
- Diagnostics improvements.
1.6.2
- Support self-hosted runner that does not set
GITHUB_OUTPUT
environment variable. (#17)
1.6.1
-
Fix invalid version format check introduced in 1.4.0.
-
Remove uses of deprecated set-output workflow commands.
1.6.0
-
Add
token
input option to use the specified token instead ofGITHUB_TOKEN
environment variable. -
Add
ref
input option to use the specified tag ref instead ofGITHUB_REF
environment variable. -
Update
parse-changelog
to 0.5.1. This includes a bug fix and performance improvements.