diff --git a/docs/contributing/releases.md b/docs/contributing/releases.md index 97377dbc2..2c2e3b00d 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 yarn version 0.5.4-canary.5 +yarn workspaces foreach exec npm version 0.5.4-canary.5 ``` ### 2. Commit changes and push to `master`