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 c4363cf commit 9a92e83Copy full SHA for 9a92e83
fastlane/lanes/release.rb
@@ -184,7 +184,8 @@ def trigger_buildkite_release_build(branch:, beta:)
184
buildkite_pipeline: 'wordpress-ios',
185
branch: branch,
186
environment: { BETA_RELEASE: beta },
187
- pipeline_file: 'release-builds.yml'
+ pipeline_file: 'release-builds.yml',
188
+ message: beta ? 'Beta Builds' : 'Release Builds'
189
)
190
end
191
0 commit comments