zendesk/Create a Release

Create a release for a tag in your repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tag_nameThe name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tagno
release_nameThe name of the release. For example, `Release v1.0.1`no
bodyText describing the contents of the tag.no
draft`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`nofalse
prerelease`true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`nofalse
prerelease_suffixAnnotate a prerelease version tag with suffixnobeta
auto_increment_typebump tag version type, Is this a major, minor, patch, or prerelease?nopatch
tag_schemaschema used to compute next tag. continuous or semanticnocontinuous
namedescription
idThe ID of the created Release
html_urlThe URL users can navigate to in order to view the release
upload_urlThe URL for uploading assets to the release
current_tagThe tag used to create a Release
previous_tagThe most recent tag found during auto incrementing the tag version