Publish a new release of Agent Manager X at version $ARGUMENTS.
Follow these steps exactly:
- •
Bump the version to
$ARGUMENTSin all three files:- •
src-tauri/tauri.conf.json("version"field) - •
package.json("version"field) - •
src-tauri/Cargo.toml(versionfield)
- •
- •
Commit and push:
- •Stage all changes (including any uncommitted work)
- •Commit with message:
bump version to $ARGUMENTS - •Push to
origin main
- •
Run the release script:
- •Execute
./scripts/release.sh(no flags) - •This builds both aarch64 and x64, signs with Developer ID, notarizes via Apple, creates a GitHub release with DMGs, and updates the Homebrew tap
- •Run it in the background and wait for completion
- •The script takes several minutes due to compilation and notarization
- •Execute
- •
Report results when done, including the GitHub release URL and brew install command.