From db3b0d5c20aa75118ffbed7eddf37eccc62b97c7 Mon Sep 17 00:00:00 2001 From: Ritesh Shukla Date: Sun, 20 Apr 2025 19:55:19 +0530 Subject: [PATCH] Pick auto change log from git commits --- ios/fastlane/Fastfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 81477560..75ad5fbe 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -51,6 +51,11 @@ platform :ios do scheme: "Jellify - Release", workspace: "Jellify.xcworkspace", ) + changelog_from_git_commits( + date_format: "short", + commits_count: 1, + match_lightweight_tag: false + ) # http://docs.fastlane.tools/actions/upload_to_testflight/#upload_to_testflight upload_to_testflight( api_key_path: "fastlane/appstore_connect_api_key.json", @@ -58,7 +63,6 @@ platform :ios do beta_app_description: "A music app for Jellyfin", expire_previous_builds: false, distribute_external: true, - changelog: "Reworked Artist page, CarPlay startup fix", groups: [ "Selfhosters" ]