mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-12 10:47:28 +00:00
Fix semver range prerelease examples
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
c61cfcbd18
commit
0aeb3128ed
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ spec:
|
|||
A semver range that includes stable releases can be defined with
|
||||
`1.0.x` (patch versions only) or `>=1.0.0 <2.0.0` (minor and patch versions).
|
||||
If you want to include pre-release e.g. `1.0.0-rc.1`,
|
||||
you can define a range like: `>1.0.0-rc <2.0.0`.
|
||||
you can define a range like: `^1.x-0` or `>1.0.0-rc <2.0.0-rc`.
|
||||
|
||||
Commit and push changes to main branch:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue