From a63603d64215ed4ca9a8a5ad0c6b086102531242 Mon Sep 17 00:00:00 2001 From: thegecko Date: Wed, 18 Oct 2023 16:44:54 +0200 Subject: [PATCH 1/3] Update ovsx --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cae5ca..d75e391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: node-version: 16.x - name: Publish run: | - npx ovsx@0.5.1 publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}} + npx ovsx@0.8.0 publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}} publish-vscode-marketplace: needs: build From d18fdfd451f83429352b33d8a91c66d93e94356d Mon Sep 17 00:00:00 2001 From: thegecko Date: Wed, 18 Oct 2023 16:45:54 +0200 Subject: [PATCH 2/3] Add CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..21d2f5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Change Log + +## 1.0.0 +- Initial preview release From 3f0de3df63308d8f569ff0aaa7524593712a85b2 Mon Sep 17 00:00:00 2001 From: thegecko Date: Wed, 18 Oct 2023 17:04:08 +0200 Subject: [PATCH 3/3] Use latest ovsx --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d75e391..7de2656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: node-version: 16.x - name: Publish run: | - npx ovsx@0.8.0 publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}} + npx ovsx publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}} publish-vscode-marketplace: needs: build