From b38b01fc98d173967ad1e44f6ffb85f971ce3ff6 Mon Sep 17 00:00:00 2001 From: himself65 Date: Thu, 20 Apr 2023 17:27:30 -0500 Subject: [PATCH] docs: fix script --- docs/contributing/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`