From b8daa1ba8d1ba0ed9976368a0cef74cef65781e9 Mon Sep 17 00:00:00 2001 From: Ritwick Dey Date: Tue, 30 Aug 2022 11:04:26 +0530 Subject: [PATCH] change release default value --- .github/workflows/release.yml | 7 +++---- .gitignore | 3 ++- .vscodeignore | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd8c9850..d6951783 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ on: description: "Publish on Visual Studio Marketplace?" required: true type: choice - default: "yes" + default: "no" options: - "yes" - "no" @@ -32,7 +32,7 @@ on: description: "Publish on Open VSX Registry?" required: true type: choice - default: "yes" + default: "no" options: - "yes" - "no" @@ -90,10 +90,9 @@ jobs: if: ${{ github.event.inputs.releaseChannel == 'stable' }} - name: Version Package run: | - git stash + git checkout -- package.json npm version $RELEASE_VERSION git tag -a $RELEASE_VERSION -m "$RELEASE_VERSION" - git stash pop - name: Package Extension (Edge) if: ${{ github.event.inputs.releaseChannel == 'edge' }} run: | diff --git a/.gitignore b/.gitignore index 2f2b07f6..59cdc10c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ _site Gemfile.lock **/*.vsix .vscode-test -.wdio-vscode-service \ No newline at end of file +.wdio-vscode-service +*-CHANGELOG.txt \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index 2a1e3b75..cfa5488d 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,5 +1,6 @@ .vscode/** .vscode-test/** +.wdio-vscode-service/** out/test/** test/** src/**