一键导入
release
Fully automated release - auto-commits changes, auto-bumps version, auto-generates release notes, and publishes to GitHub.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fully automated release - auto-commits changes, auto-bumps version, auto-generates release notes, and publishes to GitHub.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | release |
| description | Fully automated release - auto-commits changes, auto-bumps version, auto-generates release notes, and publishes to GitHub. |
| user_invocable | true |
| user_invocable_example | /release |
/release
That's it! No arguments, no prompts, fully automated.
MAJOR - "breaking" or "major" in commitsMINOR - "feat", "new", or "✨" in commitsPATCH - everything else (default)For best auto-detection, use conventional commits:
feat: or ✨ → Minor version bump, "New" in release notesfix: or 🔧 → Patch version, "Fix" in notesdocs: or 📝 → "Docs" in notesperf: or ⚡ → "Performance" in notesbreaking: → Major version bumpIf you need to specify version manually:
./scripts/release.sh <VERSION> "<note 1>" "<note 2>"
Rust not installed? The script will prompt to install.
Build fails?
swift package clean
/release