From e749365146beba5f1561b472d66ef872f8dacbe4 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sat, 11 Jan 2025 18:01:46 -0800 Subject: [PATCH] Update Release Notes Upload --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 4a72d2f7..c697e3a1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -180,7 +180,7 @@ platform :ios do deliver( app_identifier: appidentifier, release_notes: { - 'default' => releasenotes + 'en-US' => releasenotes }, submit_for_review: true, force: true,