From 79e2bbef1fa5b7d739e589a87a9613cb7e63efd7 Mon Sep 17 00:00:00 2001 From: Alex Page Date: Tue, 9 Apr 2024 18:31:51 +1000 Subject: [PATCH 1/2] Rename vscode-release to make it more obvious --- .../{publish-polaris-for-vscode.yml => release-vscode.yml} | 2 +- documentation/Releasing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{publish-polaris-for-vscode.yml => release-vscode.yml} (98%) diff --git a/.github/workflows/publish-polaris-for-vscode.yml b/.github/workflows/release-vscode.yml similarity index 98% rename from .github/workflows/publish-polaris-for-vscode.yml rename to .github/workflows/release-vscode.yml index d5822796028..9fbb7f3846c 100644 --- a/.github/workflows/publish-polaris-for-vscode.yml +++ b/.github/workflows/release-vscode.yml @@ -9,7 +9,7 @@ on: - main jobs: - release: + release-vscode: runs-on: ubuntu-latest steps: diff --git a/documentation/Releasing.md b/documentation/Releasing.md index 47f045a00aa..efd14acb4e5 100644 --- a/documentation/Releasing.md +++ b/documentation/Releasing.md @@ -14,7 +14,7 @@ ### 👩‍💻 [polaris-for-vscode](/polaris-for-vscode) -The `polaris-for-vscode` extension is published to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Shopify.polaris-for-vscode). The extension is automatically released using the [`publish-polaris-for-vscode.yml`](/github/workflows/publish-polaris-for-vscode.yml) workflow. +The `polaris-for-vscode` extension is published to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Shopify.polaris-for-vscode). The extension is automatically released using the [`release-vscode.yml`](/github/workflows/release-vscode.yml) workflow. ## Version releases From b5911b7cc870c10d61f8d8daae97f1f3c33db86e Mon Sep 17 00:00:00 2001 From: Alex Page Date: Tue, 9 Apr 2024 18:34:09 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md --- polaris-for-vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polaris-for-vscode/CHANGELOG.md b/polaris-for-vscode/CHANGELOG.md index ed19459de5c..e01224ad25b 100644 --- a/polaris-for-vscode/CHANGELOG.md +++ b/polaris-for-vscode/CHANGELOG.md @@ -4,7 +4,7 @@ ### Major Changes -- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0 +- [#11844](https://github.com/Shopify/polaris/pull/11844) [`a89e61478`](https://github.com/Shopify/polaris/commit/a89e61478fb7c5f588021e542101aba8a3898ec8) Thanks [@jesstelford](https://github.com/jesstelford)! - Miniumum required node version updated to v20.10.0. No action required if using the extension in VSCode. * [#11799](https://github.com/Shopify/polaris/pull/11799) [`aa8e0f42b`](https://github.com/Shopify/polaris/commit/aa8e0f42b956622e826646c809c57eb79bb2b892) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - [Internal] Migrate repo from yarn to pnpm. No action required.