diff --git a/docs/releasing.md b/docs/releasing.md index ec9895a68..530466c63 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -1,6 +1,8 @@ # 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 @@ -8,6 +10,8 @@ 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