ios fastlane: Auto add changelog

I'm hoping this will make it easier for the testers
This commit is contained in:
Vishesh Handa
2021-07-02 18:56:07 +02:00
parent a62000be62
commit 806b1e9306

View File

@ -15,6 +15,7 @@ platform :ios do
} }
) )
#upload_to_app_store(skip_metadata: true, skip_screenshots: true) #upload_to_app_store(skip_metadata: true, skip_screenshots: true)
upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:true) changelog_from_git_commits
upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:false)
end end
end end