Skip to content

Commit d92ebe0

Browse files
breadonceeclaude
andcommitted
feat(ci): add Open VSX publishing, bump to v0.8.8
Both marketplace publish steps now have continue-on-error so they run independently. Extension is now available on Open VSX for Cursor, Antigravity, and other VS Code forks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4a18405 commit d92ebe0

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/vscode-extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: npx @vscode/vsce publish
5555
env:
5656
VSCE_PAT: ${{ secrets.VSCE_PAT }}
57+
continue-on-error: true
5758

5859
- name: Publish to Open VSX
5960
run: npx ovsx publish --pat ${{ secrets.OVSX_PAT }}

packages/vscode-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.8] - 2026-03-20
4+
5+
### Added
6+
- Open VSX Registry publishing (available in Cursor, Antigravity, and other VS Code forks)
7+
8+
### Fixed
9+
- CI publish steps now independent — marketplace failure won't block Open VSX
10+
311
## [0.8.7] - 2026-03-20
412

513
### Fixed

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chalk-skills",
33
"displayName": "Chalk Skills",
44
"description": "Gamified skill manager for AI agents and development workflows. Discover, craft, and level up reusable skills.",
5-
"version": "0.8.7",
5+
"version": "0.8.8",
66
"publisher": "chalk-agents",
77
"license": "MIT",
88
"icon": "media/icon.png",

0 commit comments

Comments
 (0)