Skip to content

Commit

Permalink
Update version.mdx (invertase#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac authored Feb 13, 2022
1 parent 3f42b14 commit 6240ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands/version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ melos version --message="chore(release): publish new versions"

## --manual-version (-V)

Manually specify a version change for a package. Can be used multiple times. Each value must be in the format "<package name>:<major|patch|minor|build|exactVersion>". Cannot be combined with --graduate or --prerelease flag.
Manually specify a version change for a package. Can be used multiple times. Each value must be in the format `<package name>:<major|patch|minor|build|exactVersion>`. Cannot be combined with --graduate or --prerelease flag.

```bash
melos version --manual-version=foo:patch
Expand Down

0 comments on commit 6240ac3

Please sign in to comment.