From 0219d97c888abf9a03c90e0882c4b62bc0eba6ff Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 28 Aug 2015 16:22:07 -0400 Subject: [PATCH] Add a sentence to the release email about how to change where the email is sent. --- scripts/release.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index ffefd88042..84aeb1123b 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -501,6 +501,10 @@ def generate_email(start_ref, end_ref, release_date=None): By the way, if you have an @edx.org email address and are having trouble logging into stage, you may need to reset your password. + + If you would prefer this email be sent to a different email address of yours, + send a request to oscm@edx.org with the details. + """.format( emails=", ".join(prbe.keys()), date=release_date.isoformat(),