From f3e1c1eb08c1922328b2deee4f128185da09097c Mon Sep 17 00:00:00 2001 From: himself65 Date: Thu, 27 Apr 2023 16:53:20 -0500 Subject: [PATCH] docs: update `releases.md` --- 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 2c2e3b00d..94984765e 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`