fix(release): source_sha256.sh --write also bumps the formula url#118
Merged
Conversation
…sion Previously --write patched only the sha256, leaving the url at the old tag -> brew install sha mismatch (documented gotcha). Now it bumps the url tag version too, anchored to the 'url "...archive/refs/tags/' line so the instructional comment is untouched. Idempotent on an already-current formula.
Merged
Pushkinist
added a commit
that referenced
this pull request
Jun 18, 2026
Bump workspace version 0.2.1 -> 0.2.2 and add the CHANGELOG section. 0.2.2 is a multimodal release: reliable Whisper transcription + a model-agnostic rmlx transcribe CLI (#119), Gemma 4 12B unified any-to-any image+audio input (#120), Gemma 4 native audio through the serve path (#122), the unified-vision bidirectional-attention colour fix (#127), the templated probe-smoke seed (#121), plus cosign release signing / CI SHA pinning (#116) and release-script fixes (#115, #118).
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.
Closes the release gotcha documented in #115:
source_sha256.sh --writepatched only the formulasha256, leaving theurlat the previous tag →brew installsha mismatch (hit cutting 0.2.1, fixed by hand then).Now
--writebumps theurltag version too, anchored to theurl \"...archive/refs/tags/line so the instructional comment (mentions an older tag) is left alone. Verified idempotent: running--writeon the already-0.2.1 formula produces an empty diff.🤖 Generated with Claude Code