Create a release
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Owner of the repo
Name of the repo
Request Body
Section titled “ Request Body ”CreateReleaseOption options when creating a release
object
Example generated
{ "body": "example", "draft": true, "hide_archive_links": true, "name": "example", "prerelease": true, "tag_name": "example", "target_commitish": "example"}Responses
Section titled “ Responses ”Release
Release represents a repository release
object
TagArchiveDownloadCount counts how many times a archive was downloaded
object
Attachment a generic attachment
object
User represents a user
object
Is user active
URL to the user’s avatar
The user’s description
User counts
The user’s full name
URL to the user’s profile page
The user’s id
Is the user an administrator
User locale
The user’s location
The user’s username
The user’s authentication sign-in name.
Is user login prohibited
The user’s pronouns
Is user restricted
The ID of the user’s Authentication Source
User visibility level option: public, limited, private
The user’s website
Example
{ "assets": [ { "type": "attachment" } ], "author": { "login_name": "empty" }}APINotFound is a not found error response
object
Example generated
{ "errors": [ "example" ], "message": "example", "url": "example"}APIError is error format response
APIError is an api error with a message
object
Example generated
{ "message": "example", "url": "example"}APIValidationError is error format response related to input validation
object
Example generated
{ "message": "example", "url": "example"}