diff --git a/lang/en/docs/cli/version.md b/lang/en/docs/cli/version.md index eefb28e33..ce0009ead 100644 --- a/lang/en/docs/cli/version.md +++ b/lang/en/docs/cli/version.md @@ -23,10 +23,10 @@ For example, starting with this package.json `package.json`: } ``` -When we run the `yarn version` command: +When we run the `yarn version --patch` command: ```sh -yarn version +yarn version --patch ``` ``` @@ -46,9 +46,6 @@ We will get this updated `package.json`: } ``` -> **Note:** The new version you enter must be a valid -> [SemVer]({{url_base}}/docs/dependency-versions#toc-semantic-versioning) -> version. #### Git tags @@ -146,6 +143,10 @@ version. Creates a new version specified by ``. +> **Note:** The `` you enter must be a valid +> [SemVer]({{url_base}}/docs/dependency-versions#toc-semantic-versioning) +> version. + ##### `yarn version --major` ##### `yarn version --minor`