From 05a026cd23bd0319176115baaa8489269d9e13c0 Mon Sep 17 00:00:00 2001 From: gitclonebrian <235774926+gitclonebrian@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:01:26 -0500 Subject: [PATCH] added to print statement --- fastlane/patches/supply_custom_promote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/patches/supply_custom_promote.rb b/fastlane/patches/supply_custom_promote.rb index 47ecbdd91e..b43c5a525d 100644 --- a/fastlane/patches/supply_custom_promote.rb +++ b/fastlane/patches/supply_custom_promote.rb @@ -78,7 +78,7 @@ module Supply release.user_fraction = nil end - UI.message("Promoting release with version: #{release.name} (#{release.version_codes.first})") + UI.message("Promoting release with version: #{release.name} (#{release.version_codes.first} Track: #{Supply.config[:track_promote_to]})") if track_to # Its okay to set releases to an array containing the newest release