From a1e2087ecc0d7fb81f69245db2a4cbe01934693f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Stu=CC=88rmer?= Date: Fri, 18 Aug 2023 23:32:38 +0200 Subject: [PATCH] skip changelog --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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