From b9979a01a6e25697edf19537c1e31de5272d77a7 Mon Sep 17 00:00:00 2001 From: skovhus Date: Sat, 21 Apr 2018 17:06:09 +0200 Subject: [PATCH] Update release documentation --- docs/releasing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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