From 502c262c82bf802ffe5eef0eabc9d1c8d90d38d7 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 12 May 2020 19:44:54 -0400 Subject: [PATCH] Mention update of versions in README install examples --- ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index b2539f8f..be08b7bf 100644 --- a/ci/README.md +++ b/ci/README.md @@ -10,7 +10,7 @@ Any file and directory added into this tree should be documented here. Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub) installed. -1. Update the version of code-server in `package.json` and push a commit +1. Update the version of code-server in `package.json` and README.md install examples and push a commit 1. GitHub actions will generate the `npm-package` and `release-packages` artifacts 1. Run `yarn release:github-draft` to create a GitHub draft release from the template with the updated version.