diff --git a/docs/contributing/releases.md b/docs/contributing/releases.md index 2c2e3b00de..94984765e0 100644 --- a/docs/contributing/releases.md +++ b/docs/contributing/releases.md @@ -16,7 +16,7 @@ And Read the semver specification to understand how to version your release. htt ### 1. Update the version in `package.json` ```shell -yarn workspaces foreach exec npm version 0.5.4-canary.5 +./scripts/set-version.sh 0.5.4-canary.5 ``` ### 2. Commit changes and push to `master`