From 730e4ddaed7747f9860887f93237fc0e0aa16d0a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 2 Jan 2023 11:18:48 +0100 Subject: [PATCH] Bug 1806884: tweak release push notification message Per https://bugzilla.mozilla.org/show_bug.cgi?id=1806884#c5, make the body of the email self contained instead of a continuation of the subject. --- mobile/android/taskcluster/ci/release-notify-push/kind.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mobile/android/taskcluster/ci/release-notify-push/kind.yml b/mobile/android/taskcluster/ci/release-notify-push/kind.yml index 27234c80c236..c70016157a42 100644 --- a/mobile/android/taskcluster/ci/release-notify-push/kind.yml +++ b/mobile/android/taskcluster/ci/release-notify-push/kind.yml @@ -25,8 +25,12 @@ task-defaults: subject: "Focus {config[params][version]}-build{config[params][build_number]} has been pushed to the closed testing track on Google Play" message: by-level: - '3': "and Android-Components {config[params][version]}-build{config[params][build_number]} have been pushed to https://maven.mozilla.org/" - default: "and Android-Components {config[params][version]}-build{config[params][build_number]} have been pushed to https://maven-default.stage.mozaws.net/" + '3': + Focus {config[params][version]}-build{config[params][build_number]} has been pushed to the closed testing track on Google Play + and Android-Components {config[params][version]}-build{config[params][build_number]} have been pushed to https://maven.mozilla.org/ + default: + Focus {config[params][version]}-build{config[params][build_number]} has not been pushed to the closed testing track on Google Play + and Android-Components {config[params][version]}-build{config[params][build_number]} have been pushed to https://maven-default.stage.mozaws.net/" emails: by-level: '3': ["release-signoff@mozilla.org"] -- 2.11.4.GIT