Releases: mini-bomba/create-github-release
v1.2.0
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 totarget_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 totrue
, which does not generate a warning. - This was added in response to issue #6.
- This generates a warning. You can manually skip tag creation by setting the new
Full Changelog: v1.1.3...v1.2.0
v1.1.3
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
a quick hotfix: a comma went missing
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
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
The first release of this action...
ye, that's it