Skip to content

Commit 1bef600

Browse files
Update docs/release.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9b309b3 commit 1bef600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To streamline the release process:
1414
1. **Update Version**: Run the `set-version` script to update the version in `package.json` files. The `workspace-server` will now dynamically read its version from its `package.json`.
1515
```bash
1616
npm run set-version <new-version>
17-
# Example: npm run set-version 0.0.3
17+
# Example: npm run set-version 0.0.4
1818
```
1919

2020
2. **Commit Changes**: Commit the version bump and push the changes to `main` (either directly or via a PR).

0 commit comments

Comments
 (0)