Releases: lumynou5/github-release-action
Releases · lumynou5/github-release-action
v2.0.0
Added
- Uploading assets is supported now.
Changed
- If the tag already exists, for example, the main branch is force pushed, now
the action won't fail and the release will be updated.
v1.3.0
v1.2.0
Added
- Minor tag.
Changed
- Major tag of major version 0 is no longer created or moved.
Fixed
- Templates using multiple parameters work as expected now.
v1.1.1
Fixed
- Accidently used tuple for tag name.
v1.1.0 [YANKED]
Added
- Outputs the names of the Git tags of the release and the major version; i.e., the filled templates are outputed.
- Input
major-tag-templatecan be empty for no major tag now.
v1.0.1
Fixed
- Python used to be unable to find the file.
v1.0.0 [YANKED]
Added
- First release.