release

Installation
SKILL.md

Release Workflow

Full doc: contributing/publishing.md

Scripts in this skill

Run from repo root via npx ts-node (no global ts-node):

  • npx ts-node .claude/skills/release/detect-state.ts — outputs JSON with currentRelease, version, priorRelease, tagExists, onReleaseBranch, commitCount, branchUrl, compareUrl

Step 0 — Verify release branch

Run detect-state.ts first to capture all context for subsequent steps.

Check that the scheduled createReleaseBranch.yml ran:

gh run list --workflow=createReleaseBranch.yml -L 5 --repo forcedotcom/salesforcedx-vscode
Installs
1
GitHub Stars
1.0K
First Seen
Sep 2, 2026
release — forcedotcom/salesforcedx-vscode