diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index c0a8ab8ab1..131c60fec8 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -624,9 +624,9 @@ need to be done by the releaser. message, add a "refs #XXXX" to the original ticket where the deprecation began if possible. -#. Remove ``.. versionadded::``, ``.. versionadded::``, and ``.. deprecated::`` - annotations in the documentation from two releases ago. For example, in - Django 4.2, notes for 4.0 will be removed. +#. Remove ``.. versionadded::``, ``.. versionchanged::``, and + ``.. deprecated::`` annotations in the documentation from two releases ago. + For example, in Django 4.2, notes for 4.0 will be removed. #. Add the new branch to `Read the Docs `_. Since the automatically