Skip to content

Commit 39a7669

Browse files
authored
1.0 for the VS Code extension, the TypeScript plugin and the Astro language server (#482)
1 parent 1c8ae98 commit 39a7669

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.changeset/happy-dancers-exist.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@astrojs/language-server': major
3+
'@astrojs/ts-plugin': major
4+
'astro-vscode': major
5+
---
6+
7+
1.0! This release includes no new changes by itself, but symbolize the official release of what was previously the pre-release version of the extension. For changelogs, please refer to the changelog from `0.29.0` to now.

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
working-directory: ./packages/vscode
5353
run: |
5454
npm run build:ci:node
55-
npx vsce publish -p ${{ secrets.VSCE_TOKEN }} --pre-release --target win32-x64 win32-ia32 win32-arm64 linux-x64 linux-arm64 linux-armhf darwin-x64 darwin-arm64 alpine-x64 alpine-arm64
55+
npx vsce publish -p ${{ secrets.VSCE_TOKEN }} --target win32-x64 win32-ia32 win32-arm64 linux-x64 linux-arm64 linux-armhf darwin-x64 darwin-arm64 alpine-x64 alpine-arm64
5656
npm run build:ci:browser
57-
npx vsce publish -p ${{ secrets.VSCE_TOKEN }} --pre-release --target web
57+
npx vsce publish -p ${{ secrets.VSCE_TOKEN }} --target web
5858
5959
- name: Publish to OpenVSX
6060
if: steps.changesets.outputs.published == 'true'
6161
working-directory: ./packages/vscode
6262
run: |
6363
npm run build:ci:node
64-
npx ovsx publish -p ${{ secrets.OVSX_TOKEN }} --pre-release --target win32-x64 win32-ia32 win32-arm64 linux-x64 linux-arm64 linux-armhf darwin-x64 darwin-arm64 alpine-x64 alpine-arm64
64+
npx ovsx publish -p ${{ secrets.OVSX_TOKEN }} --target win32-x64 win32-ia32 win32-arm64 linux-x64 linux-arm64 linux-armhf darwin-x64 darwin-arm64 alpine-x64 alpine-arm64
6565
npm run build:ci:browser
66-
npx ovsx publish -p ${{ secrets.OVSX_TOKEN }} --pre-release --target web
66+
npx ovsx publish -p ${{ secrets.OVSX_TOKEN }} --target web

0 commit comments

Comments
 (0)