Releases: ghalactic/github-release-from-tag
Releases · ghalactic/github-release-from-tag
v4
This tag currently points to v4.2.0
v4.1.3
Fixed
- Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.
v4.1.2
Fixed
- Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.
v4.1.1
Fixed
- Fixed internal GitHub Actions shared workflow permissions issues. No effect on the action itself.
v4.1.0
Changed
- This action now runs on Node.js
20.x
instead of16.x
.
v4.0.1
Fixed
- Updated examples in the README to reference
v4
.
v4.0.0
This action has been migrated to a new organization named Ghalactic that is dedicated to housing high-quality GitHub actions. Please update your workflows to reference the action's new location at ghalactic/github-release-from-tag@v4
.
Migrating from v3
to v4
- Update the uses value from
eloquent/github-release-action@v3
toghalactic/github-release-from-tag@v4
. - Rename any configuration files from
.github/release.eloquent.yml
to.github/github-release-from-tag.yml
.
Backwards-compatibility breaks
- Configuration files must now be located at
.github/github-release-from-tag.yml
.
Changed
- The repo was moved to
ghalactic/github-release-from-tag
.
v3.2.1
Other
- Converted to TypeScript.
v3
This tag currently points to v3.2.1
v3.2.0
Improved
- Switched from Docker to Node.js runtime for faster startup times.
- Added
@octokit/plugin-retry
to improve resilience against transient network issues.