OciRepoReleaseChannel
A release channel that auto-resolves to the latest matching version.
type OciRepoReleaseChannel {
name: ReleaseChannel!
tag: Semver!
}
Fields
OciRepoReleaseChannel.name ● ReleaseChannel! non-null scalar {#name}
Channel constraint (e.g., '~1', '~1.2', 'latest')
OciRepoReleaseChannel.tag ● Semver! non-null scalar {#tag}
The resolved version this channel currently points to
Member Of
OciRepoReleaseChannelsPage object