Skip to content

Releases: mini-bomba/create-github-release

v1.2.0

05 Jul 11:18
45cafce
Compare
Choose a tag to compare

Changelog:

  • Updated the base container image and dependencies.
  • The base container image was changed from the debian-based slim family to alpine.
    • This should reduce container image sizes.
  • Added checks to detect when the tag already exists and points to target_commit. When this is detected, tag creation is completely skipped.
    • This generates a warning. You can manually skip tag creation by setting the new skip_tag_creation option to true, which does not generate a warning.
    • This was added in response to issue #6.

Full Changelog: v1.1.3...v1.2.0

v1.1.3

03 Feb 21:27
0fd8b05
Compare
Choose a tag to compare

A bit of code deduplication and a workaround for an issue that completely broke this action, yet nobody made an issue about...

Full Changelog: v1.1.2...v1.1.3

v1.1.2

21 Jun 12:59
f50d087
Compare
Choose a tag to compare

a quick hotfix: a comma went missing

Full Changelog: v1.1.1...v1.1.2

v1.1.1

21 Jun 12:26
326668d
Compare
Choose a tag to compare

This release fixes issues with creating releases mentioned in issue #3. Mainly oversights on my part.
No inputs changed, this is only a bug-fix release.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Jun 17:31
df6c2c1
Compare
Choose a tag to compare

This release attempts to fix random errors while attempting to upload files (by reattempting the upload) and adds an additional way to run the action - via prebuilt images hosted on ghcr.io.

More info about the images is in the README file

Full Changelog: v1.0.0...v1.1.0

v1.0.0: The first release

07 Aug 20:38
a017805
Compare
Choose a tag to compare

The first release of this action...
ye, that's it