diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index c8063b78df9a..2ee1574ba5b0 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -778,6 +778,13 @@ You're almost done! All that's left to do now is: #. Forward port the updated source translations to the ``main`` branch (:commit:`example commit `). +#. If this was an ``alpha`` pre-release, coordinate with the maintainer of + :pypi:`asgiref` to determine when to raise the minimum version before the + final release. For the backport, add an upper bound on the next major + version (example commits: + :commit:`main `, + :commit:`backport `). + #. If this was an ``rc`` pre-release, call for translations for the upcoming release in the `Django Forum - Internationalization category `_.