lumynou5/Lumynous GitHub Release Action

An action to create GitHub release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GitHub token.yes
changelogThe path to the changelog.noCHANGELOG.md
tag-templateThe template of the Git tag.nov{version}
major-tag-templateThe template of the Git tag of the major version.nov{major}
minor-tag-templateThe template of the Git tag of the major version.nov{major}.{minor}
name-templateThe template of the GitHub release.nov{version}
is-draftIf the GitHub release is a draft.nofalse
assetsA newline-separated list of files to upload.no""
namedescription
versionThe version.
majorThe major version.
minorThe minor version.
patchThe patch version.
prereleaseThe prerelease name or an empty string.
buildThe build number or an empty string.
release-dateThe release date.
changeThe changelog of last version.
tagThe name of the Git tag.
major-tagThe name of the Git tag of the major version.
minor-tagThe name of the Git tag of the minor version.
html-urlThe URL to the page of the GitHub release.
upload-urlThe URL to upload assets for the GitHub release.