From 946c788ef62f3255a0b0f32dec40d5ba46382b11 Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Sat, 6 Jun 2026 17:07:09 +0200 Subject: [PATCH] Fastfile: enable automatic_release by default in release lane Co-Authored-By: Claude Sonnet 4.6 --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 62fa549..3eb7359 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,6 +48,7 @@ platform :ios do ) upload_to_app_store( api_key: asc_api_key, + automatic_release: true, force: true ) end