Skip to content

Commit 221a64d

Browse files
oguzkocermokagio
andauthored
Update Buildkite trigger messages for release management
Co-authored-by: Gio Lodi <gio.lodi@automattic.com>
1 parent 7db6ef3 commit 221a64d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

fastlane/lanes/release_management_in_ci.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
buildkite_pipeline: BUILDKITE_PIPELINE,
1111
branch: 'trunk',
1212
pipeline_file: 'code-freeze.yml',
13-
message: 'Code Freeze in CI'
13+
message: 'Code Freeze'
1414
)
1515
end
1616

@@ -21,7 +21,7 @@
2121
buildkite_pipeline: BUILDKITE_PIPELINE,
2222
branch: "release/#{release_version}",
2323
pipeline_file: 'complete-code-freeze.yml',
24-
message: 'Complete Code Freeze in CI',
24+
message: 'Complete Code Freeze',
2525
environment: { RELEASE_VERSION: release_version }
2626
)
2727
end
@@ -33,7 +33,7 @@
3333
buildkite_pipeline: BUILDKITE_PIPELINE,
3434
branch: "release/#{release_version}",
3535
pipeline_file: 'finalize-release.yml',
36-
message: 'Finalize release',
36+
message: 'Finalize Release',
3737
environment: { RELEASE_VERSION: release_version }
3838
)
3939
end
@@ -45,7 +45,7 @@
4545
buildkite_pipeline: BUILDKITE_PIPELINE,
4646
branch: "release/#{release_version}",
4747
pipeline_file: 'new-beta-release.yml',
48-
message: 'New beta release',
48+
message: 'New Beta Release',
4949
environment: { RELEASE_VERSION: release_version }
5050
)
5151
end
@@ -58,7 +58,7 @@
5858
buildkite_pipeline: BUILDKITE_PIPELINE,
5959
branch: "#{editorial_branch}",
6060
pipeline_file: 'update-release-notes.yml',
61-
message: 'Update release notes',
61+
message: 'Update Release Notes',
6262
environment: { RELEASE_VERSION: release_version, EDITORIAL_BRANCH: editorial_branch }
6363
)
6464
end

0 commit comments

Comments
 (0)