You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ To streamline the release process:
14
14
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`.
15
15
```bash
16
16
npm run set-version <new-version>
17
-
# Example: npm run set-version 0.0.3
17
+
# Example: npm run set-version 0.0.4
18
18
```
19
19
20
20
2. **Commit Changes**: Commit the version bump and push the changes to `main` (either directly or via a PR).
0 commit comments