Releases: ghalactic/github-release-from-tag
Releases · ghalactic/github-release-from-tag
v2.0.0
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 withv1
. - [BC BREAK] The
GITHUB_TOKEN
environment variable can no longer be used to supply a custom GitHub token. Use thetoken
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
andv1.2
are now considered "stable" as per GitHub's recommendations for action versioning.
Added
- Support for uploading release assets.
- Support for appending automated release notes.
- Support for creating release discussions.
- Support for creating draft releases.
- Support for creating reactions for releases and release discussions.
- Support for overriding release stability detection.
v2.0.0 Release Candidate 2
- 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
- This release is a dog-fooding release to make sure everything is
working before the final
v2.0.0
release.
1.0.5
- Added
/github/workspace
as a safe Git directory
v1
This tag always points to the latest 1.x.x
version. See Usage.
1.0.4
- PGP signatures are now trimmed from tag annotations.
1.0.3
- Switched action color to green
1.0.2
- No changes, just double-checking builds with multiple annotated tags pointing at the same commit.
1.0.1
- Fixed detection of annotated tags when multiple tags of the same commit exist