Skip to content

Commit b9979a0

Browse files
committed
Update release documentation
1 parent 2cc0c4d commit b9979a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/releasing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Releasing
22

3-
This is mainly a few notes to myself.
3+
### Client
4+
5+
If the client depends on a specific version of the server, then update `MINIMUM_SERVER_VERSION` in `vscode-client/src/extensions.ts`.
46

57
To release a new version of the vscode extension
68

79
```
810
vsce publish x.x.x
911
```
1012

13+
### Server
14+
1115
To release a new version of the server
1216

1317
- Bump the version in package.json

0 commit comments

Comments
 (0)