Add release workflow and prebuilt VSIX distribution - #21
Merged
dishmint merged 2 commits intoApr 7, 2026
Conversation
Closes #20 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Allows tagging when the requested version already matches the current version in all files (e.g. cutting v0.1.0 when files are already at 0.1.0). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/release.yml— onv*tag push, buildsjaw-lspfor macOS (Intel + ARM), Linux, and Windows in parallel; packages the VS Code extension VSIX; creates a GitHub Release with all artifacts attached and auto-generated release notesscripts/release.sh— bumps versions acrossjaw-parse/Cargo.toml,jaw-lsp/Cargo.toml, andeditors/vscode/package.json, refreshes lockfiles, commits, and creates an annotated tag (does NOT push)docs/releasing.md— maintainer guide for cutting a releasedocs/installation/vscode.mdinto "Option A: Prebuilt download" (recommended) and "Option B: Build from source"The release script intentionally stops short of pushing so there's a human checkpoint before artifacts get published.
Closes #20
Test plan
scripts/release.sh 0.2.0bumps versions in all three files, updates lockfiles, commits, and tags without pushingscripts/release.sh foorejects invalid versionsv*tag triggers the workflow and produces a release with.vsix+jaw-lsparchives for all 4 platforms🤖 Generated with Claude Code