From 2883202fdb54bfad663ce0181dc49ba8ce834f19 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Mon, 14 Oct 2024 14:26:59 +0200 Subject: [PATCH] docs: replace manual publishing with release-please --- docs/RELEASING.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 76bb8bc..29f52cd 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -27,22 +27,7 @@ code --install-extension some-extension.vsix ## Publish a new Version -Use the access token to create and publish a new version to the VS Code Marketplace. Make sure the access token is bound to a [publisher](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#create-a-publisher). - -```bash -vsce publish patch -p -vsce publish minor -p -vsce publish major -p -``` - -Alternatively, you can also login beforehand and publish afterward. - -```bash -vsce login -vsce publish minor -``` - -The version will be auto-incremented by our [semantic versioning schema](https://semver.org/). +Publishing is done by release-please in the [RELEASE.yml](../.github/workflows/RELEASE.yml) action. The action uses an Azure Personal Access Token with Manage permission in the Marketplace group. ## Troubleshooting