Commit 78899162 by Adam

Merge pull request #7991 from edx/adam/update-release-py

add troubleshooting for logging into stage to release script
parents ac8b75ca 6d02beef
...@@ -474,6 +474,9 @@ def generate_email(start_ref, end_ref, release_date=None): ...@@ -474,6 +474,9 @@ def generate_email(start_ref, end_ref, release_date=None):
verify the changes -- but even if you can't, you're still responsible!) verify the changes -- but even if you can't, you're still responsible!)
If you find any bugs, please notify me and record the bugs on the If you find any bugs, please notify me and record the bugs on the
release page. Thanks! release page. Thanks!
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.
""".format( """.format(
emails=", ".join(prbe.keys()), emails=", ".join(prbe.keys()),
date=release_date.isoformat(), date=release_date.isoformat(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment