Full App Store release pipeline — generates release notes, captures screenshots, frames them, bumps build, builds IPA, uploads to TestFlight, and submits for App Store review.
This skill runs the fastlane release lane for a full App Store submission.
release_notes.txt and WhatsNew.json)Important: This submits the app for App Store review. Confirm with the user before running.
cd "$(git rev-parse --show-toplevel)/ios" && export PATH="/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/4.0.0/bin:$PATH" && bundle exec fastlane release 2>&1
Timeout: This command can take 10+ minutes due to screenshot capture. Use a 600000ms timeout.
fastlane.tools finished successfully at the end~/Desktop/keys/AuthKey_UCV7S354H2.p8bundle install in the ios/ directory