File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
SemVer
2
2
======
3
3
4
- Validates that a value is a valid semantic version string according to the
5
- `Semantic Versioning `_ specification. This constraint supports various
6
- version formats including partial versions, pre-release versions, and
4
+ Validates that a value is a valid semantic version string according to the
5
+ `Semantic Versioning `_ specification. This constraint supports various
6
+ version formats including partial versions, pre-release versions, and
7
7
build metadata.
8
8
9
9
.. versionadded :: 7.4
@@ -85,7 +85,7 @@ Options
85
85
86
86
**type **: ``boolean `` **default **: ``true ``
87
87
88
- When set to ``true ``, the version must strictly follow the official
88
+ When set to ``true ``, the version must strictly follow the official
89
89
`Semantic Versioning `_ specification. This means:
90
90
91
91
- No "v" prefix is allowed (use "1.2.3", not "v1.2.3")
You can’t perform that action at this time.
0 commit comments