chore(release): prepare 0.1.4 - #2053
Merged
Merged
Conversation
Astro-Han
marked this pull request as ready for review
August 3, 2026 19:51
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
Release macOS arm64derives the release tag fromapps/desktop/package.jsonand aborts when that tag already exists, somaincannot be released while it still carries the shipped0.1.3version. This bumps the release identity to0.1.4and records the 86 commits landed sincev0.1.3inCHANGELOG.md.Same file set as
chore(release): prepare 0.1.3(#1930): root and desktoppackage.json,package-lock.json,CHANGELOG.md. No product code changes.Computer Use remains excluded from this releaseis kept:electron-builder.config.mjsstill packages onlydist/**anddist-renderer/**, somaka-cudoes not ship in the DMG even though this cycle rebuilt Computer Use around it.Verification
git diff --statlimited to the four release-identity files.package.json,apps/desktop/package.json, and bothpackage-lock.jsonentries.git log v0.1.3..main..worktreeis excluded from the Biome config); this change touches no TS/JS and only edits version literals in already-formatted JSON. CI will run the full gates.Rollout
After merge, per
.github/RELEASE_CHECKLIST.md: wait for green CI onmain, dispatchRelease macOS arm64, then complete DMG acceptance on a separate Apple Silicon Mac before publishing the draft.