diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-01 12:59:43 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-01 13:02:03 -0500 |
| commit | 33db899a21387b8a00e881a06bd8e085482d30c2 (patch) | |
| tree | 1f903a7c466374dcf46eda846f8393afb5a7de9b | |
| parent | 2e895d2870860e9855b79fcda41693783671ed12 (diff) | |
Fixed #25814 -- Added changing #django topic to release checklist.
| -rw-r--r-- | docs/internals/howto-release-django.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index c00a40c3d1..8ce965d5c4 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -340,6 +340,9 @@ Now you're ready to actually put the release out there. To do this: announcement blog post. If this is a security release, also include oss-security@lists.openwall.com. +#. Add a link to the blog post in the topic of the #django IRC channel: + ``/msg chanserv TOPIC #django new topic goes here``. + Post-release ============ |
