Skip to content

Commit 5d7562a

Browse files
committed
Pass required changelog to upload to TestFlight method
1 parent 15ca67d commit 5d7562a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/lanes/build.rb

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
api_key_path: APP_STORE_CONNECT_KEY_PATH,
6565
skip_waiting_for_build_processing: false,
6666
distribute_external: true,
67+
changelog: RELEASE_NOTES_SOURCE_PATH,
6768
reject_build_waiting_for_review: true,
6869
groups: ['Internal A8C Beta Testers', 'External Beta Testers']
6970
)

0 commit comments

Comments
 (0)