diff --git a/fastlane/Fastfile b/fastlane/Fastfile index b62cbb4..78a2d8f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -23,6 +23,8 @@ platform :android do desc "Deploy a new version to the Google Play" lane :deploy do - upload_to_play_store + upload_to_play_store( + skip_upload_changelogs: true + ) end end