From a5122a41b9c36617b2ac456f770355a7338a5c89 Mon Sep 17 00:00:00 2001 From: Korbinian Eckstein Date: Wed, 17 Apr 2024 09:05:28 +0200 Subject: [PATCH] add publishing instruction --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8e77a63..6cff3cb 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,17 @@ Open the vscode test interface and run the tests. New tests can be added under ` yarn esbuild yarn open-in-browser ``` + +### Publishing + +First publish to vscode marketplace, this automatically increments the version number and creates a git commit + +```bash + vsce publish patch|minor|major [--pre-release] +``` + +Then publish to openVSX marketplace + +```bash + npx ovsx publish --pat +```