docs: update releases.md

This commit is contained in:
himself65
2023-04-27 16:53:20 -05:00
parent a04cfe2b68
commit f3e1c1eb08

View File

@@ -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`