Skip to content

Releases: ghalactic/github-release-from-tag

v4

21 May 12:45
v4
e87317a
Compare
Choose a tag to compare

This tag currently points to v4.2.0

v4.1.3

26 Aug 05:52
v4.1.3
0044263
Compare
Choose a tag to compare

Fixed

  • Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.

v4.1.2

26 Aug 05:49
v4.1.2
9f88ad5
Compare
Choose a tag to compare

Fixed

  • Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.

v4.1.1

26 Aug 05:32
v4.1.1
a90d56b
Compare
Choose a tag to compare

Fixed

  • Fixed internal GitHub Actions shared workflow permissions issues. No effect on the action itself.

v4.1.0

26 Aug 05:15
v4.1.0
ff99567
Compare
Choose a tag to compare

Changed

  • This action now runs on Node.js 20.x instead of 16.x.

v4.0.1

21 May 12:42
v4.0.1
1bfc0c3
Compare
Choose a tag to compare

Fixed

  • Updated examples in the README to reference v4.

v4.0.0

21 May 12:17
v4.0.0
61bc1c6
Compare
Choose a tag to compare

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 to ghalactic/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

14 May 11:57
v3.2.1
121dcab
Compare
Choose a tag to compare

Other

  • Converted to TypeScript.

v3

10 Sep 13:15
v3
121dcab
Compare
Choose a tag to compare

This tag currently points to v3.2.1

v3.2.0

05 Apr 23:26
v3.2.0
4b7c5fc
Compare
Choose a tag to compare

Improved

  • Switched from Docker to Node.js runtime for faster startup times.
  • Added @octokit/plugin-retry to improve resilience against transient network issues.