Skip to content

Commit 686c29b

Browse files
committed
Change the release tag name to contain the product name
Because focus is a thing, we need a way to distinguish firefox tags from focus tags.
1 parent c0d009f commit 686c29b

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

taskcluster/ffios_taskgraph/release_promotion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def release_promotion_action(parameters, graph_config, input, task_group_id, tas
178178
)
179179

180180
parameters["version"] = version_string
181-
parameters["head_tag"] = "v{}".format(version_string)
181+
parameters["head_tag"] = "firefox-v{}".format(version_string)
182182
parameters["next_version"] = input["next_version"]
183183

184184
release_type = "release"

taskcluster/test/params/release-promote-beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ filters:
1616
head_ref: refs/heads/main
1717
head_repository: https://github.com/mozilla-mobile/staging-firefox-ios
1818
head_rev: 2a56c4b0e6e7737816147da950196f99895ff3d3
19-
head_tag: v137.0
19+
head_tag: firefox-v137.0b1
2020
level: '1'
2121
moz_build_date: '20250226191326'
22-
next_version: 137.0.1
22+
next_version: 137.0b2
2323
optimize_strategies: null
2424
optimize_target_tasks: true
2525
owner: nobody@mozilla.com
@@ -32,5 +32,5 @@ repository_type: git
3232
shipping_phase: promote
3333
target_tasks_method: promote
3434
tasks_for: action
35-
version: '137.0.0'
35+
version: '137.0b1'
3636

taskcluster/test/params/release-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filters:
1616
head_ref: refs/heads/main
1717
head_repository: https://github.com/mozilla-mobile/staging-firefox-ios
1818
head_rev: 2a56c4b0e6e7737816147da950196f99895ff3d3
19-
head_tag: v137.0
19+
head_tag: firefox-v137.0
2020
level: '1'
2121
moz_build_date: '20250226191326'
2222
next_version: '137.1'

taskcluster/test/params/release-push-beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ filters:
1616
head_ref: refs/heads/main
1717
head_repository: https://github.com/mozilla-mobile/staging-firefox-ios
1818
head_rev: 2a56c4b0e6e7737816147da950196f99895ff3d3
19-
head_tag: v137.0.0
19+
head_tag: firefox-v137.0b1
2020
level: '1'
2121
moz_build_date: '20250226191326'
22-
next_version: 137.0.1
22+
next_version: 137.0b2
2323
optimize_strategies: null
2424
optimize_target_tasks: true
2525
owner: nobody@mozilla.com
@@ -32,4 +32,4 @@ repository_type: git
3232
shipping_phase: push
3333
target_tasks_method: push
3434
tasks_for: action
35-
version: '137.0.0'
35+
version: '137.0b1'

taskcluster/test/params/release-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filters:
1616
head_ref: refs/heads/main
1717
head_repository: https://github.com/mozilla-mobile/staging-firefox-ios
1818
head_rev: 2a56c4b0e6e7737816147da950196f99895ff3d3
19-
head_tag: v137.0
19+
head_tag: firefox-v137.0
2020
level: '1'
2121
moz_build_date: '20250226191326'
2222
next_version: '137.1'

taskcluster/test/params/release-ship-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filters:
1616
head_ref: refs/heads/main
1717
head_repository: https://github.com/mozilla-mobile/staging-firefox-ios
1818
head_rev: 2a56c4b0e6e7737816147da950196f99895ff3d3
19-
head_tag: v137.0b1
19+
head_tag: firefox-v137b1
2020
level: '1'
2121
moz_build_date: '20250226191326'
2222
next_version: 137.0.1

taskcluster/test/params/release-ship.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filters:
1616
head_ref: refs/heads/main
1717
head_repository: https://github.com/mozilla-mobile/staging-firefox-ios
1818
head_rev: 2a56c4b0e6e7737816147da950196f99895ff3d3
19-
head_tag: v137.0
19+
head_tag: firefox-v137.0
2020
level: '1'
2121
moz_build_date: '20250226191326'
2222
next_version: '137.1'

0 commit comments

Comments
 (0)