Skip to content

Releases: lumynou5/github-release-action

v2.0.0

30 Oct 10:54
d6f759f

Choose a tag to compare

v2.0.0 Pre-release
Pre-release

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

24 Dec 09:35
a41a7c4

Choose a tag to compare

Added

  • Output the changelog of last version.

Fixed

  • Add output minor-tag to action metadata.

v1.2.0

16 Jan 05:15
4bae443

Choose a tag to compare

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

05 May 02:19
effc6b5

Choose a tag to compare

Fixed

  • Accidently used tuple for tag name.

v1.1.0 [YANKED]

05 May 02:24
0de65cb

Choose a tag to compare

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-template can be empty for no major tag now.

v1.0.1

01 May 04:34
e403c0a

Choose a tag to compare

Fixed

  • Python used to be unable to find the file.

v1.0.0 [YANKED]

27 Apr 12:21
f1102e4

Choose a tag to compare

Added

  • First release.