cmux-release

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

cmux release workflow, version bumping, changelog updates, pretag guard, release tags, and release asset expectations. Use when preparing or troubleshooting a cmux release.

skills/cmux-release/SKILL.md

Download bundle ↓
main · 6f118af3 bundle filesScanned 2026-09-15

references/release-checklist.md

205 tokens · o200k_base · 951 bytes

Source excerpt starting at line 1.
# Release Checklist The command sequence lives in [../SKILL.md](../SKILL.md). This covers judgment calls and failure triage. ## Version policy Minor bump by default. Patch or major only when explicitly requested or clearly justified by the release scope. ## Changelog Keep `CHANGELOG.md` user-facing: user-visible fixes, behavior changes, and compatibility notes rank above internal refactors. ## Failure triage - `release-pretag-guard.sh` fails on a non-monotonic build number: run `./scripts/bump-version.sh`, commit the bump, retry.- Release automation fails **before** signing: inspect workflow configuration and version metadata.- Release automation fails **during** signing or notarization: inspect secret availability and Apple account status. ## Asset rename If `cmux-macos.dmg` is ever renamed, update every surface that assumes the `releases/latest/download/cmux-macos.dmg` path (README, website, updater feed, Homebrew formula). 
Referenced from SKILL.md