diff options
| author | Tim Graham <timograham@gmail.com> | 2018-07-25 16:24:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-25 16:24:40 -0400 |
| commit | 4523beebb260d5cc283d31d842131da1851506ee (patch) | |
| tree | 912d1c125b90d8832f93a43b72d27a265537fa2e /docs/internals | |
| parent | dc1dcad0f54677bfdbcf187bbcb8eca5f73b6fca (diff) | |
Corrected location of prenotfication email list.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 41529d8ea4..f79fd363f8 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -89,14 +89,13 @@ This stuff starts about a week before the release; most of it can be done any time leading up to the actual release: #. If this is a security release, send out pre-notification **one week** before - the release. We maintain a list of who gets these pre-notification emails in - the private ``django-core`` repository. Send the mail to - ``security@djangoproject.com`` and BCC the pre-notification recipients. - This email should be signed by the key you'll use for the release and - should include `CVE IDs <https://cveform.mitre.org/>`_ (requested with - Vendor: djangoproject, Product: django) and patches for each issue being - fixed. Also, :ref:`notify django-announce <security-disclosure>` of the - upcoming security release. + the release. The template for that email and a list of the recipients are in + the private ``django-security`` GitHub wiki. BCC the pre-notification + recipients. Sign the email with the key you'll use for the release and + include `CVE IDs <https://cveform.mitre.org/>`_ (requested with Vendor: + djangoproject, Product: django) and patches for each issue being fixed. + Also, :ref:`notify django-announce <security-disclosure>` of the upcoming + security release. #. As the release approaches, watch Trac to make sure no release blockers are left for the upcoming release. |
