Skip to content

nit(release) document release process and remove broken release script#22

Merged
indexzero merged 1 commit intomainfrom
nit/release
Apr 14, 2026
Merged

nit(release) document release process and remove broken release script#22
indexzero merged 1 commit intomainfrom
nit/release

Conversation

@indexzero
Copy link
Copy Markdown
Owner

@indexzero indexzero commented Apr 14, 2026

What

Removes the broken release script from package.json and adds doc/RELEASE.md documenting how to cut a release via gh workflow run or the GitHub UI.

Why

The release script used string concatenation (-f increment=) to pass the increment argument, but pnpm appends extra args as separate tokens instead of concatenating them. Rather than work around pnpm's argument passing, document the gh command directly — it's one line and doesn't need a wrapper.

Risk Assessment

Low risk. Removes a broken script and adds documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@indexzero indexzero merged commit 39fdd5e into main Apr 14, 2026
5 checks passed
@indexzero indexzero deleted the nit/release branch April 14, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant