summaryrefslogtreecommitdiff
path: root/docs/internals/howto-release-django.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/howto-release-django.txt')
-rw-r--r--docs/internals/howto-release-django.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index 8a6dda880d..f6c63bcad3 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -395,6 +395,13 @@ need to be done by the releaser.
annotations in the documentation from two releases ago. For example, in
Django 1.9, notes for 1.7 will be removed.
+#. Add the new branch to `Read the Docs
+ <https://readthedocs.org/projects/django/>`_. Since the automatically
+ generated version names ("stable-A.B.x") differ from the version numbers
+ we've used historically in Read the Docs ("A.B.x"), we currently ask Eric
+ Holscher to add the version for us. Someday the alias functionality may be
+ built-in to the Read the Docs UI.
+
Notes on setting the VERSION tuple
==================================