Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/releasing.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Releasing

This is mainly a few notes to myself.
### Client

If the client depends on a specific version of the server, then update `MINIMUM_SERVER_VERSION` in `vscode-client/src/extensions.ts`.

To release a new version of the vscode extension

```
vsce publish x.x.x
```

### Server

To release a new version of the server

- Bump the version in package.json
Expand Down