diff options
| author | Tim Graham <timograham@gmail.com> | 2019-03-26 11:45:11 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-26 13:11:41 -0400 |
| commit | c4447ad231b6ba071a5295192faa41ff6494f14e (patch) | |
| tree | 487ddb828a7d8db60d010a115aa7033f376b0132 /docs | |
| parent | 9caa3e0a29c54939cc923c1693f491ff6c8e77e2 (diff) | |
Doc'd django-docs-translation and Read the Docs release steps.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 730196223d..4afc7a336c 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -134,6 +134,14 @@ any time leading up to the actual release: and then commit the changed man page. +#. If this is the "dot zero" release of a new series, create a new branch from + the current stable branch in the `django-docs-translations + <https://github.com/django/django-docs-translations>`_ repository. For + example, when releasing Django 2.2:: + + $ git checkout -b stable/2.2.x origin/stable/2.1.x + $ git push origin stable/2.2.x:stable/2.2.x + Preparing for release ===================== @@ -401,10 +409,10 @@ need to be done by the releaser. #. 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. + generated version names ("stable-A.B.x") differ from the version names + used in Read the Docs ("A.B.x"), `create a ticket + <https://github.com/rtfd/readthedocs.org/issues/5537>`_ requesting the new + version. Notes on setting the VERSION tuple ================================== |
