summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-11-07 12:43:19 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-11-07 14:45:59 +0100
commitac2d86f8d31b8acca4b1ee362b1bff154bd37eab (patch)
treeb1bed2a26a918231cdffd222a8498f35c8901452
parentf51c1f590085556abca44fd2a49618162203b2ec (diff)
Added more items to the release checklist.
-rw-r--r--docs/internals/howto-release-django.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index ac89f7db20..27631dd9d2 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -169,6 +169,9 @@ OK, this is the fun part, where we actually push out a release!
__ https://github.com/django/django/commit/18d920ea4839fb54f9d2a5dcb555b6a5666ee469
+#. For a version release, remove the ``UNDER DEVELOPMENT`` header at the top of
+ the release notes.
+
#. If this is a pre-release package, update the "Development Status" trove
classifier in ``setup.py`` to reflect this. Otherwise, make sure the
classifier is set to ``Development Status :: 5 - Production/Stable``.
@@ -339,6 +342,9 @@ You're almost done! All that's left to do now is:
.. _Trac's versions list: https://code.djangoproject.com/admin/ticket/versions
+#. On the master branch, remove the ``UNDER DEVELOPMENT`` header in the notes
+ of the release that's just been pushed out.
+
Notes on setting the VERSION tuple
==================================