Skip to content
Development
Command

/release-local

Release straight from `main` with no PR, built and published locally.

From plugin
cmux
26k6 skills6 commands
Install
$ npx -y skills add manaflow-ai/cmux --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/release-local

Context preview

What this command does when you run it.

Release straight from `main` with no PR, built and published locally.

Command definition

release-local.md

Release Local

Release straight from `main` with no PR, built and published locally.

Follow [release.md](release.md) "Shared prep" (version, changelog, contributors, `./scripts/bump-version.sh`) and its changelog and contributor-credit rules. `skills/cmux-release/SKILL.md` covers the bump and tag mechanics.

Delta: no PR, tag on main, local build

1. **Commit on main.** Stage `CHANGELOG.md` and `cmux.xcodeproj/project.pbxproj`, commit `Bump version to X.Y.Z`.

2. **Guard, tag, push.**

   ./scripts/release-pretag-guard.sh
   git tag vX.Y.Z
   git push origin main && git push origin vX.Y.Z

If the guard fails, run `./scripts/bump-version.sh`, commit the build-number bump, and rerun the guard.

3. **Build, sign, notarize, upload.**

   ./scripts/build-sign-upload.sh vX.Y.Z

The script does GhosttyKit build, xcodebuild, Sparkle key injection, codesigning, notarization of app and DMG, appcast generation, GitHub release upload of `cmux-macos.dmg` and `appcast.xml`, homebrew cask update, cleanup, and `say "cmux release complete"` on success. Pass `--allow-overwrite` only to replace existing assets on the same tag during an emergency reroll. If it fails, run `say "cmux release failed"`.

4. **Verify and land the homebrew cask.**

   bash tests/test_homebrew_sha.sh
   git add homebrew-cmux && git commit -m "Update homebrew-cmux submodule to latest" && git push origin main
Read more
Ships withcmux

Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.

Get the whole plugin