Skip to content

Commit 8cdb930

Browse files
committed
Fix wording: ReleaseV2 -> Releases V2
1 parent 56bb50f commit 8cdb930

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.buildkite/release-pipelines/complete-code-freeze.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
bundle exec fastlane complete_code_freeze skip_confirm:true
2828
retry:
2929
manual:
30-
# If failed, we prefer retrying via ReleaseV2 rather than Buildkite.
31-
# Rationale: ReleaseV2 is the source of truth for the process and track links to the various builds.
32-
reason: If release jobs fail, you should always re-trigger the task from ReleaseV2 rather than retrying the individual job from Buildkite
30+
# If failed, we prefer retrying via Releases V2 rather than Buildkite.
31+
# Rationale: Releases V2 is the source of truth for the process and track links to the various builds.
32+
reason: If release jobs fail, you should always re-trigger the task from Releases V2 rather than retrying the individual job from Buildkite
3333
allowed: false

.buildkite/release-pipelines/finalize-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ steps:
2020
queue: tumblr-metal
2121
retry:
2222
manual:
23-
# If those jobs fail, one should always prefer re-triggering a new build from ReleaseV2 rather than retrying the individual job from Buildkite
24-
reason: If release jobs fail, you should always re-trigger the task from ReleaseV2 rather than retrying the individual job from Buildkite
23+
# If those jobs fail, one should always prefer re-triggering a new build from Releases V2 rather than retrying the individual job from Buildkite
24+
reason: If release jobs fail, you should always re-trigger the task from Releases V2 rather than retrying the individual job from Buildkite
2525
allowed: false

.buildkite/release-pipelines/new-beta-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
queue: tumblr-metal
2424
retry:
2525
manual:
26-
# If failed, we prefer retrying via ReleaseV2 rather than Buildkite.
27-
# Rationale: ReleaseV2 is the source of truth for the process and track links to the various builds.
28-
reason: If release jobs fail, you should always re-trigger the task from ReleaseV2 rather than retrying the individual job from Buildkite
26+
# If failed, we prefer retrying via Releases V2 rather than Buildkite.
27+
# Rationale: Releases V2 is the source of truth for the process and track links to the various builds.
28+
reason: If release jobs fail, you should always re-trigger the task from Releases V2 rather than retrying the individual job from Buildkite
2929
allowed: false

.buildkite/release-pipelines/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ steps:
2020
queue: tumblr-metal
2121
retry:
2222
manual:
23-
# If those jobs fail, one should always prefer re-triggering a new build from ReleaseV2 rather than retrying the individual job from Buildkite
24-
reason: If release jobs fail, you should always re-trigger the task from ReleaseV2 rather than retrying the individual job from Buildkite
23+
# If those jobs fail, one should always prefer re-triggering a new build from Releases V2 rather than retrying the individual job from Buildkite
24+
reason: If release jobs fail, you should always re-trigger the task from Releases V2 rather than retrying the individual job from Buildkite
2525
allowed: false

.buildkite/release-pipelines/start-code-freeze.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
bundle exec fastlane start_code_freeze version:"${RELEASE_VERSION}" skip_confirm:true
2121
retry:
2222
manual:
23-
# If failed, we prefer retrying via ReleaseV2 rather than Buildkite.
24-
# Rationale: ReleaseV2 is the source of truth for the process and track links to the various builds.
25-
reason: If release jobs fail, you should always re-trigger the task from ReleaseV2 rather than retrying the individual job from Buildkite
23+
# If failed, we prefer retrying via Releases V2 rather than Buildkite.
24+
# Rationale: Releases V2 is the source of truth for the process and track links to the various builds.
25+
reason: If release jobs fail, you should always re-trigger the task from Releases V2 rather than retrying the individual job from Buildkite
2626
allowed: false

0 commit comments

Comments
 (0)