forked from django/django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added [email protected] to security release announcements.
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -341,9 +341,10 @@ Now you're ready to actually put the release out there. To do this: | |
database (this will automatically flip it to ``False`` for all | ||
others); you can do this using the site's admin. | ||
|
||
#. Post the release announcement to the |django-announce|, | ||
|django-developers|, and |django-users| mailing lists. This should | ||
include links to the announcement blog post. | ||
#. Post the release announcement to the |django-announce|, |django-developers|, | ||
and |django-users| mailing lists. This should include a link to the | ||
announcement blog post. If this is a security release, also include | ||
[email protected]. | ||
|
||
Post-release | ||
============ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,8 +112,8 @@ On the day of disclosure, we will take the following steps: | |
relevant patches and new releases, and crediting the reporter of | ||
the issue (if the reporter wishes to be publicly identified). | ||
|
||
4. Post a notice to the |django-announce| mailing list that links to the blog | ||
post. | ||
4. Post a notice to the |django-announce| and [email protected] | ||
mailing lists that links to the blog post. | ||
|
||
.. _the Python Package Index: https://pypi.python.org/pypi | ||
.. _the official Django development blog: https://www.djangoproject.com/weblog/ | ||
|