Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/understanding-upgrade-channels.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The `candidate-{product-version}` channel contains candidate builds for a z-stre
({product-version}.z) release.
Release candidates contain all the features of the product but are not supported. Use release candidate versions to test feature acceptance and assist in qualifying the next version
of {product-title}.
A release candidate is any build that is available in the candidate channel, including ones that do not contain `-rc` in their names.
A release candidate is any build that is available in the candidate channel, including ones that do not contain link:https://semver.org/spec/v2.0.0.html#spec-item-9[a pre-release version] such as `-rc` in their names.
After a version is available in the candidate channel, it goes through more quality checks. If
it meets the quality standard, it is promoted to the `fast-{product-version}` or `stable-{product-version}` channels.
Because of this strategy, if a specific release is available in both the `candidate-{product-version}` channel and in the `fast-{product-version}`
Expand Down