From 3dc87efa866560129f787341cb16262720c22952 Mon Sep 17 00:00:00 2001 From: Chung Tran Date: Sat, 12 Aug 2023 14:16:42 +0700 Subject: [PATCH] feat: improve the message --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 88f3583af0..a208190bb9 100755 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -300,7 +300,7 @@ platform :ios do version = result[:buildVersion] # notify testers - message = "A build **#{version}** was uploaded for testing this feature.\\nLink to issue: #{JIRA_BASE_URL}/browse/PWN-#{feature_number.to_s}\\nDownload on [Firebase Distribution](#{result[:testingUri]})" + message = "A build **#{version}** was uploaded for testing this feature. [Download](#{result[:testingUri]})\\nLink to issue: #{JIRA_BASE_URL}/browse/PWN-#{feature_number.to_s}" notify(version, message) # output