Skip to content

Commit

Permalink
feat: suppress link preview
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Aug 12, 2023
1 parent 3dc87ef commit cf0d640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ platform :ios do
version = result[:buildVersion]

# notify testers
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}"
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
Expand Down

0 comments on commit cf0d640

Please sign in to comment.