maluns/Add Release

Github Action for creating Github Releases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
nameGives the release a custom name. Defaults to tag nameno
tag_nameGives a tag name. Defaults to github.GITHUB_REFno
bodyNote-worthy description of changes in releaseno
body_pathPath to load note-worthy description of changes in release fromno
draftCreates a draft release. Defaults to falseno
prereleaseIdentify the release as a prerelease. Defaults to falseno
filesNewline-delimited list of path globs for asset files to uploadno
repositoryRepository to make releases against, in <owner>/<repo> formatno
tokenAuthorized secret GitHub Personal Access Token. Defaults to github.tokenno${{ github.token }}
target_commitishCommitish value that determines where the Git tag is created from. Can be any branch or commit SHA.no
generate_release_notesWhether to automatically generate the name and body for this release. If name is specified, the specified name will be used; otherwise, a name will be automatically generated. If body is specified, the body will be pre-pended to the automatically generated notes.no
generate_release_notes_by_commitWhether to automatically generate this version of the body according to the commit record.no
generate_release_notes_by_commit_rulesSubmit record resolution rules.no
namedescription
urlURL to the Release HTML Page
idRelease ID
upload_urlURL for uploading assets to the release