ワンクリックで
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