1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Fix semver range prerelease examples

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-01-08 17:45:31 +02:00
parent c61cfcbd18
commit 0aeb3128ed

View File

@@ -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: