Skip to content

Releases: ghalactic/github-release-from-tag

v2.0.0

05 Jun 10:51
v2.0.0
9bd24b6
Compare
Choose a tag to compare

Changed

  • [BC BREAK] This action was completely re-written in v2 with support for many new features. With that being said, it should be pretty much 100% compatible with v1.
  • [BC BREAK] The GITHUB_TOKEN environment variable can no longer be used to supply a custom GitHub token. Use the token action input instead.
  • [BC BREAK] Improved the rendering of line breaks in tag annotation message bodies. See Markdown line breaks for more information.
  • [BC BREAK] Tag names like v1 and v1.2 are now considered "stable" as per GitHub's recommendations for action versioning.

Added

v2.0.0 Release Candidate 2

05 Jun 10:32
v2.0.0-rc2
4b6b785
Compare
Choose a tag to compare
Pre-release
  • This release is a dog-fooding release to make sure everything is working before the final v2.0.0 release.

v2.0.0 Release Candidate 1

05 Jun 10:22
v2.0.0-rc1
bb860fe
Compare
Choose a tag to compare
Pre-release
  • This release is a dog-fooding release to make sure everything is working before the final v2.0.0 release.

1.0.5

27 Apr 08:41
1.0.5
dcb7bf8
Compare
Choose a tag to compare
  • Added /github/workspace as a safe Git directory

v1

19 Mar 03:48
v1
dcb7bf8
Compare
Choose a tag to compare

This tag always points to the latest 1.x.x version. See Usage.

1.0.4

14 Feb 23:21
1.0.4
9278536
Compare
Choose a tag to compare
  • PGP signatures are now trimmed from tag annotations.

1.0.3

19 Mar 04:21
Compare
Choose a tag to compare
  • Switched action color to green

1.0.2

19 Mar 04:06
Compare
Choose a tag to compare
  • No changes, just double-checking builds with multiple annotated tags pointing at the same commit.

1.0.1

19 Mar 04:01
Compare
Choose a tag to compare
  • Fixed detection of annotated tags when multiple tags of the same commit exist

1.0.0

19 Mar 04:00
Compare
Choose a tag to compare
  • Initial release