Ios Release banner
Nimbalyst Nimbalyst

Ios Release

Development community

Description

--- description: Prepare and execute an iOS release (patch/minor/major) --- **Arguments**: `{{arg1}}` - First word: release type (patch, minor, major) Prepare an iOS release following this workflow: ## iOS RELEASE WORKFLOW 1. **Get commits since last iOS release**: - Find the last iOS git tag: `git tag --list 'ios/*' --sort=-v:refname | head -1` - If no iOS tags exist, note this is the first tracked iOS release and use a reasonable cutoff (e.g., last 30 commits touching iOS paths) - Get

Installation

Installs to ~/.claude/commands/nimbalyst-nimbalyst-ios-release.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Nimbalyst/nimbalyst/HEAD/.claude/commands/ios-release.md -o ~/.claude/commands/nimbalyst-nimbalyst-ios-release.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository