Object GitHub::Release
A release contains the content for a release.
Fields
createdAt: DateTime!
Identifies the date and time when the object was created.
description: String
The description of the release.
descriptionHTML: HTML
The description of this release rendered to HTML.
id: ID!
isDraft: Boolean!
Whether or not the release is a draft
isPrerelease: Boolean!
Whether or not the release is a prerelease
name: String
The title of the release.
publishedAt: DateTime
Identifies the date and time when the release was created.
releaseAssets(after: String, before: String, first: Int, last: Int, name: String): ReleaseAssetConnection!
List of releases assets which are dependent on this release.
resourcePath: URI!
The HTTP path for this issue
shortDescriptionHTML(limit: Int = 200): HTML
A description of the release, rendered to HTML without any links in it.
tag: Ref
The Git tag the release points to
tagName: String!
The name of the release's Git tag
updatedAt: DateTime!
Identifies the date and time when the object was last updated.
url: URI!
The HTTP URL for this issue