Skip to main content

ReleaseChannel

A release channel that resolves to a specific tag

type ReleaseChannel {
name: String!
tag: String!
}

Fields

ReleaseChannel.name ● String! non-null scalar

The channel name (e.g., 'latest', '1.x', '0.x')

ReleaseChannel.tag ● String! non-null scalar

The tag this channel resolves to (e.g., '1.0.0')

Member Of

Repo object