Skip to content

Commit

Permalink
Add additional publishing targets: linux-arm64, web
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrking committed May 24, 2024
1 parent 41d51dc commit 5806230
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run build
- name: "🚀 Publish to Visual Studio Marketplace"
working-directory: ./Extension
run: vsce publish --target win32-x64 win32-arm64 darwin-x64 darwin-arm64 linux-x64 linux-armhf
run: vsce publish --target win32-x64 win32-arm64 linux-x64 linux-arm64 linux-armhf alpine-x64 alpine-arm64 darwin-x64 darwin-arm64 web
- name: "🚀 Publish to Open VSX Registry"
working-directory: ./Extension
run: npx --yes ovsx publish -p $OPENVSX_TOKEN
Expand Down
4 changes: 4 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 0.7.12

- Add additional publishing targets: `linux-arm64` `web`

## Version 0.7.11

- Problem matcher: fix a bug where the file cache was not cleared with the rest of the diagnostics
Expand Down
2 changes: 1 addition & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-chalet",
"displayName": "Chalet",
"description": "Support for Chalet projects in Visual Studio Code",
"version": "0.7.11",
"version": "0.7.12",
"publisher": "chalet-org",
"license": "BSD-3-Clause",
"icon": "chalet-logo.png",
Expand Down

0 comments on commit 5806230

Please sign in to comment.