Skip to content

Commit 4e39413

Browse files
committed
fastlane: disable version released notification
1 parent fbaa0e0 commit 4e39413

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ platform :ios do
952952
api_key_path: "./appstore_api_key.json",
953953
pkg: exported_pkg,
954954
skip_waiting_for_build_processing: true,
955+
notify_external_testers: false,
955956
changelog: changelog
956957
)
957958

@@ -996,6 +997,7 @@ platform :ios do
996997
api_key_path: ENV["APPLE_API_KEY_PATH"] || "./appstore_api_key.json",
997998
ipa: ipa_path,
998999
skip_waiting_for_build_processing: true,
1000+
notify_external_testers: false,
9991001
changelog: changelog
10001002
)
10011003

0 commit comments

Comments
 (0)