Object GitHub::Release

A release contains the content for a release.

Fields

author: User

The author of the release

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.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

name: String

A list of names to filter the assets by.

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.

Args

limit: Int = 200

How many characters to return.

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

Uses

PackageVersion.release

ReleaseAsset.release

ReleaseConnection.nodes

ReleaseEdge.node

Repository.release

Node

UniformResourceLocatable