chore: bump to v0.1.37 - #127
Conversation
Dev buildDownload Blurt.app — built from Installing itcd ~/Downloads
unzip -o blurt-dev-build-pr-127.zip # GitHub wraps every artifact in a zip
unzip -o Blurt-dev-dde210c.zip
find Blurt.app -exec xattr -c {} + # clear quarantine: xattr lost -r in macOS 12.3
rm -rf /Applications/Blurt.app && cp -R Blurt.app /Applications/
open -a BlurtIt is ad-hoc signed and not notarized: Gatekeeper refuses to open it until Expect that re-grant once per dev build, including a second build of this tccutil reset Accessibility dev.alex.blurt |
What & why
Version bump to 0.1.37 (
CFBundleShortVersionString0.1.36 → 0.1.37,CFBundleVersion36 → 37, xcodeproj regenerated). Generated by therelease-bumpworkflow — run 31567112534.Merging this starts the release. That is the change #126 just landed: the
push to
maincarries a changedCFBundleShortVersionString,release.yml'sresolvejob confirms the version actually changed and isn't already tagged,and the
buildjob signs, notarizes, staples, and builds the DMG. Publishingthen parks on the
release-publishapproval gate until someone downloads thatDMG, installs it, and approves. Nothing is rebuilt after approval, so what gets
tested is byte-for-byte what ships.
0.1.36 was bumped on
mainbut never released, and predates the automatictrigger, so it is skipped rather than shipped. No
v0.1.36tag exists, sonothing is orphaned by that.
This is also the first release started without a workflow dispatch: the bump ran
from a pushed marker branch (
release/v0.1.37atmain's tip, carrying nocommits of its own), which the workflow verified was an ancestor of
mainbefore bumping on top of
mainand force-pushing the result here.How it was tested
scripts/check.shpasses (or CI will, if I'm not on a Mac) — Linuxsandbox, so CI on
macos-26is the authority; the release build runs thefull suite again before signing
deliberately removed
https://claude.ai/code/session_01F952B3qz1QeXYv5sPGwPh3
Generated by Claude Code