We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b1955 commit b15cb48Copy full SHA for b15cb48
lang/en/docs/cli/policies.md
@@ -32,7 +32,7 @@ The command accepts various ways to set which version you want to use:
32
- `yarn policies set-version` will download the latest stable release
33
- `yarn policies set-version --rc` will download the latest rc release
34
- `yarn policies set-version 1.13.0` will download a specific version
35
- - `yarn policies set-version '^1.12.0'` will download the latest patch
+ - `yarn policies set-version '^1.12.0'` will download the latest minor
36
37
Under the hood, the command will simply download the single-file release from the
38
GitHub repository, store it inside your project (inside the `.yarn/releases` folder),
0 commit comments