Skip to content

Commit

Permalink
Rename vscode-release to make it different to the main release flow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-page authored Apr 9, 2024
1 parent c16aa5b commit 39d2464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
release:
release-vscode:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion documentation/Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion polaris-for-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 39d2464

Please sign in to comment.