diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-23 19:07:27 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-23 19:13:51 -0400 |
| commit | 19999befbec89171f7b3d6d75d3b0600e5c41cc0 (patch) | |
| tree | 794d6d0fac0c1b92c93319f9fb0197f85db2c9ec /docs | |
| parent | be4baaefe2e8e7effa3c510b31746dbb41ec422a (diff) | |
Clarified release preparation step about dates.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index bb79ae2684..97f3ae0823 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -169,8 +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. +#. For a major version release, remove the ``UNDER DEVELOPMENT`` header at the + top of the release notes and add the release date on the next line. For a + minor release, replace ``*Under Development*`` with the release date. #. If this is a pre-release package, update the "Development Status" trove classifier in ``setup.py`` to reflect this. Otherwise, make sure the |
