Skip to content

Commit cb1ca1d

Browse files
committedNov 8, 2021
docs: clarify * range behavior
Fix: #329
1 parent f1e4e29 commit cb1ca1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ provided tuple parts.
264264
Any of `X`, `x`, or `*` may be used to "stand in" for one of the
265265
numeric values in the `[major, minor, patch]` tuple.
266266

267-
* `*` := `>=0.0.0` (Any version satisfies)
267+
* `*` := `>=0.0.0` (Any non-prerelease version satisfies, unless
268+
`includePrerelease` is specified, in which case any version at all
269+
satisfies)
268270
* `1.x` := `>=1.0.0 <2.0.0-0` (Matching major version)
269271
* `1.2.x` := `>=1.2.0 <1.3.0-0` (Matching major and minor versions)
270272

0 commit comments

Comments
 (0)
Please sign in to comment.