We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff68a4 commit b8470b6Copy full SHA for b8470b6
fastlane/Fastfile
@@ -777,10 +777,10 @@ platform :ios do
777
build_for_prototype_build
778
779
release_notes = <<~NOTES
780
- Pull Request: ##{pull_request_number || 'N/A'}
781
Branch: `#{ENV.fetch('BUILDKITE_BRANCH', 'N/A')}`
782
Commit: #{ENV.fetch('BUILDKITE_COMMIT', 'N/A')[0...7]}
783
NOTES
+ release_notes += "Pull Request: ##{pull_request_number}" unless pull_request_number.nil?
784
785
firebase_app_distribution(
786
app: FIREBASE_APP_ID,
0 commit comments