Skip to content

Commit

Permalink
fix(version): Fix negated option links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jan 31, 2019
1 parent f9e18fa commit 0908212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/version/README.md
Expand Up @@ -301,6 +301,6 @@ Pass an explicit version number to the [`bump`](#bump) positional instead.

### `--skip-git`

Use [`--no-git-tag-version`](https://github.com/lerna/lerna/tree/master/commands/version#--git-tag-version) and [`--no-push`](https://github.com/lerna/lerna/tree/master/commands/version#--push) instead.
Use [`--no-git-tag-version`](#--no-git-tag-version) and [`--no-push`](#--no-push) instead.

> NOTE: This option **does not** restrict _all_ git commands from being executed. `git` is still required by `lerna version`.

0 comments on commit 0908212

Please sign in to comment.