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 withcurrentRelease,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