Loading...
Loading...
Prepare and ship a cmux release end-to-end: choose the next version, curate user-facing changelog entries, bump versions, open and monitor a release PR, merge, tag, and verify published artifacts. Use when asked to cut, prepare, publish, or tag a new release.
npx skill4agent add manaflow-ai/cmux releaseMARKETING_VERSIONGhosttyTabs.xcodeproj/project.pbxprojgit checkout -b release/vX.Y.Zgit describe --tags --abbrev=0git log --oneline <last-tag>..HEAD --no-mergesgh pr view <N> --repo manaflow-ai/cmux --json author --jq '.author.login'gh issue view <N> --json author --jq '.author.login'@handleCHANGELOG.mddocs-site/content/docs/changelog.mdxAddedChangedFixedRemoved./scripts/bump-version.sh./scripts/bump-version.sh./scripts/bump-version.sh patch|major|X.Y.ZMARKETING_VERSIONCURRENT_PROJECT_VERSIONBump version to X.Y.Zgit push -u origin release/vX.Y.Zgh pr create --title "Release vX.Y.Z" --body "..."gh pr checks --watchmaingh pr merge --squash --delete-branchgit checkout main && git pull --ff-onlygit tag vX.Y.Zgit push origin vX.Y.Zgh run watch --repo manaflow-ai/cmuxcmux-macos.dmg— thanks @user!— thanks @user for the report!lawrencecchenaustinywang### Thanks to N contributors