diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/ci/release-version-bump | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/release-version-bump')
-rw-r--r-- | taskcluster/ci/release-version-bump/kind.yml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/taskcluster/ci/release-version-bump/kind.yml b/taskcluster/ci/release-version-bump/kind.yml index be1d9cd85f..114d52df95 100644 --- a/taskcluster/ci/release-version-bump/kind.yml +++ b/taskcluster/ci/release-version-bump/kind.yml @@ -11,6 +11,8 @@ transforms: kind-dependencies: - release-beetmover-push-to-release + - post-beetmover-components-dummy + - push-bundle job-defaults: description: Release Promotion version bump/tag @@ -22,10 +24,19 @@ job-defaults: dontbuild: true tags: ['release'] bump: true + # We're bumping both desktop and mobile version regardless of which product is getting + # released, to avoid confusion from them getting out of sync. bump-files: by-project: - default: ["browser/config/version_display.txt"] - mozilla-(release|esr.*): + default: + - "browser/config/version_display.txt" + - "mobile/android/version.txt" + mozilla-release: + - "browser/config/version.txt" + - "browser/config/version_display.txt" + - "config/milestone.txt" + - "mobile/android/version.txt" + mozilla-esr.*: - "browser/config/version.txt" - "browser/config/version_display.txt" - "config/milestone.txt" @@ -57,3 +68,12 @@ jobs: symbol: Rel(VerBump) tier: 1 kind: build + + firefox-android: + name: firefox-android-version-bump + shipping-product: firefox-android + treeherder: + platform: fenix-android-all/opt + symbol: Rel(VerBump) + tier: 1 + kind: build |