Skip to main content

ReleaseChannel

A release channel identifier for automatic version tracking.

Release channels are version constraints that always resolve to the latest matching published version. When you pin a component to a release channel, it automatically picks up new compatible versions as they are published.

Stable channels (exclude development builds):

ChannelMatches
latestNewest stable release across all major versions
~1Latest minor + patch in the 1.x.x series
~1.2Latest patch in the 1.2.x series

Development channels (include -dev.* pre-release builds):

ChannelMatches
latest+devNewest release of any kind
~1+devLatest in 1.x.x including dev builds
~1.2+devLatest in 1.2.x including dev builds
scalar ReleaseChannel

Member Of​

OciRepoReleaseChannel object