Skip to content

Commit

Permalink
improve lerna version command
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Jun 22, 2024
1 parent 3e91f6b commit 84ac227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Run the release commands, replace `7.0.0` with your version number
- `git checkout origin/master -b mf/release-7.0.0`

- increment the version number of all packages, without pushing to origin. This will also create a release tag.
- `pnpm lerna version --no-push 7.0.0`
- `pnpm lerna version --no-commit-hooks --no-push 7.0.0`

- stage any files changed by the version command.
- `git add packages/*/package.json`
Expand Down

0 comments on commit 84ac227

Please sign in to comment.