Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
manaflow-ai avatar

Cmux Release

  • 2.5k installs
  • 25.6k repo stars
  • Updated August 5, 2026
  • manaflow-ai/cmux

cmux-release is a manaflow-ai agent skill that coordinates cmux release workflows—versioning, packaging, promotion, and rollout checks—when shipping cmux builds to staging or production.

About

cmux-release is a skill from manaflow-ai/cmux for coordinating repeatable release workflows on the cmux project. It covers versioning decisions, packaging steps, environment promotion, and rollout verification gates when moving builds toward staging or production. Developers and release engineers reach for it when agents should follow a structured cmux ship checklist instead of ad hoc tagging and deploy commands. The skill emphasizes repeatable gates so promotions do not skip packaging validation or rollout health checks. Use it during release candidates for the cmux CLI or related manaflow-ai artifacts when consistency across environments matters.

  • Automates cmux release versioning and packaging
  • Standardizes promotion across staging and production
  • Encodes rollout gates before go-live
  • Reduces ad-hoc release checklist drift
  • Integrates with manaflow-ai/cmux delivery flows

Cmux Release by the numbers

  • 2,487 all-time installs (skills.sh)
  • +299 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #18 of 248 Release Management skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/manaflow-ai/cmux --skill cmux-release

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.5k
repo stars25.6k
Last updatedAugust 5, 2026
Repositorymanaflow-ai/cmux

How do you release cmux builds to production?

Coordinate cmux release workflows—versioning, packaging, promotion, and rollout checks—when shipping manaflow-ai/cmux builds to staging or production with repeatable gates.

Who is it for?

Developers shipping manaflow-ai/cmux releases who need agent-guided versioning, packaging, promotion, and rollout checks.

Skip if: Unrelated projects without cmux release pipelines or teams that only need generic semantic-release outside the cmux toolchain.

When should I use this skill?

A cmux build is ready for staging or production and release versioning, packaging, promotion, or rollout gates must run.

What you get

Versioned cmux packages, promotion records, and rollout verification gate results

  • Versioned release packages
  • Promotion checklist results
  • Rollout verification report

Files

SKILL.mdMarkdownGitHub ↗

cmux Release

Use the /release command to prepare a new release. This will:

1. Determine the new version (bumps minor by default) 2. Gather commits since the last tag and update the changelog 3. Update CHANGELOG.md (the docs changelog page at web/app/docs/changelog/page.tsx reads from it) 4. Run ./scripts/bump-version.sh to update both versions 5. Commit, run ./scripts/release-pretag-guard.sh, tag, and push

Version bumping

./scripts/bump-version.sh
./scripts/bump-version.sh patch
./scripts/bump-version.sh major
./scripts/bump-version.sh 1.0.0

This updates both MARKETING_VERSION and CURRENT_PROJECT_VERSION. The build number is auto-incremented and is required for Sparkle auto-update to work.

Before creating a release tag, run:

./scripts/release-pretag-guard.sh

If it fails, run ./scripts/bump-version.sh, commit the build-number bump, then retry tagging.

Manual release steps if not using the command:

./scripts/release-pretag-guard.sh
git tag vX.Y.Z
git push origin vX.Y.Z
gh run watch --repo manaflow-ai/cmux

Notes

  • Requires GitHub secrets: APPLE_CERTIFICATE_BASE64, APPLE_CERTIFICATE_PASSWORD, APPLE_SIGNING_IDENTITY, APPLE_ID, APPLE_APP_SPECIFIC_PASSWORD, APPLE_TEAM_ID.
  • The release asset is cmux-macos.dmg attached to the tag.
  • README download button points to releases/latest/download/cmux-macos.dmg.
  • Bump the minor version for updates unless explicitly asked otherwise.
  • Update CHANGELOG.md; docs changelog is rendered from it.

Detailed reference

  • Read references/release-checklist.md for a more detailed release checklist and common failure handling.

Related skills

FAQ

What does cmux-release coordinate?

cmux-release coordinates manaflow-ai cmux release workflows including versioning, packaging, environment promotion, and rollout verification gates when shipping builds to staging or production with repeatable checks.

When should teams invoke cmux-release?

cmux-release fits manaflow-ai/cmux ship cycles when a build needs structured versioning, packaging, promotion, and rollout verification instead of one-off manual deploy commands.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.