asc-appstore-release

Installation
SKILL.md

App Store Release with asc in GitHub Actions

Two paths depending on your build setup:

Option A: Archive from sourceasc handles everything (archive + export + upload)

Xcode project
  → asc builds next-number            # auto-resolve build number
  → asc builds archive --upload        # archive, export, upload in one step
  → asc builds add-beta-group          # optional: TestFlight distribution
  → asc builds update-beta-notes       # optional: "What's New" text
  → asc versions set-build             # link build to App Store version
  → asc versions check-readiness       # gate: verify all checks pass
  → asc versions submit                # submit for App Store review
Installs
50
First Seen
Mar 14, 2026
asc-appstore-release — tddworks/asc-cli-skills