release

Submit iOS builds to App Store Connect via fastlane release pipelines.

33|4|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/greenstevester/fastlane-skill --skill release-greenstevester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/greenstevester/fastlane-skill/tree/main/skills/release
Command: npx skills add https://github.com/greenstevester/fastlane-skill --skill release-greenstevester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, end-to-end method to submit iOS apps to App Store Connect, including pre-flight checks, optional full release pipelines, and guidance on troubleshooting and post-submission steps.

Core Features & Use Cases

  • fastlane release: submits the latest TestFlight build for App Store review.
  • fastlane release_full: full release pipeline including version bump, build, upload, and automatic release on approval if requested.
  • Workflow guidance: recommended sequence from beta to submission.

Quick Start

Navigate to your project folder and run fastlane release to submit the current build, or use fastlane release_full with a version to perform a full release.