conventional-actions/create-release

Github Action for creating Github Releases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bodyNoteworthy description of changes in releaseno
body_pathPath to load noteworthy description of changes in release fromno
nameGives the release a custom name. Defaults to tag nameno
tag_nameGives a tag name. Defaults to github.refno${{ github.ref }}
draftCreates a draft release. Defaults to falsenofalse
prereleaseIdentify the release as a prerelease. Defaults to falsenofalse
filesNewline-delimited list of path globs for asset files to uploadno
artifactsNewline-delimited list of artifact globs to uploadno
fail_on_unmatched_filesFails if any of the `files` globs match nothing. Defaults to falsenofalse
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.notrue
append_bodyAppend to existing body instead of overwriting it. Default is false.nofalse
namedescription
urlURL to the Release HTML Page
idRelease ID
upload_urlURL for uploading assets to the release
assetsJSON array containing information about each uploaded asset, in the format given [here](https://docs.github.com/en/rest/reference/repos#upload-a-release-asset--code-samples) (minus the `uploader` field)