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.