chore(release): v0.5.4 - #29
Merged
Merged
Conversation
VERSION is read from package.json at compile time (ui.ts), so this bump is what makes `tabbrew update` see a newer build. Ships the reworked help (#28). Co-Authored-By: Claude Opus 4.8 (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.
Bumps
package.jsonto0.5.4, step 1 of the two-step release inCLAUDE.md.VERSIONis read frompackage.jsonat compile time (ui.ts), so this bump is what makestabbrew updatesee a newer build.Ships #28 — the reworked
--help: groups reordered by value, per-command help (tabbrew <cmd> --help), and every row inside 80 columns.Once merged, step 2 is
git tag v0.5.4 && git push origin v0.5.4, which triggersrelease.ymlto cross-compile the four targets, writechecksums.txt, attest provenance, and create the GitHub Release.Verified:
bun run typecheckclean,bun test20 pass,--versionreports0.5.4.🤖 Generated with Claude Code