You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,12 @@ end up being parsed as `23`, which is not equivalent.
55
55
56
56
For pre-release versions, such as `v1.11.0-rc.0`, use the full version
57
57
specifier (`v1.11.0-rc.0`) and set option `version-type` to `strict`. Pre-release versions are
58
-
opt-in, so `1.11.x` will not match a pre-release.
58
+
opt-in (unless you're using `latest`), so `1.11.x` will not match a pre-release.
59
59
60
60
#### "Latest" versions
61
61
62
-
Set a tool's version to `latest` to retrieve the latest version of a given tool.
62
+
Set a tool's version to `latest` to retrieve the latest version of a given tool; this includes
63
+
release candidates. If you want to exclude release candidates use a range such as `> 0`.
63
64
The latest version is (locally) calculated by the action based on the (retrieved) versions
64
65
it knows (**note**: it is not the same as [GitHub considers it](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository)
0 commit comments