From 7c1cf585e80114b6e531b40bd2954406d033afe3 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 19 Sep 2023 08:22:31 +0200 Subject: [PATCH] Added updating the Django release process on Trac to release steps. --- docs/internals/howto-release-django.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index f7ca5fb537..869c83088e 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -447,6 +447,10 @@ You're almost done! All that's left to do now is: __ https://github.com/django/code.djangoproject.com/blob/main/trac-env/conf/trac.ini +#. If it's a final release, update the current stable branch and remove the + pre-release branch in the `Django release process + `_ on Trac. + #. If this was a security release, update :doc:`/releases/security` with details of the issues addressed. @@ -494,6 +498,10 @@ need to be done by the releaser. `_. For example ``Framework :: Django :: 3.1``. +#. Update the current branch under active development and add pre-release + branch in the `Django release process + `_ on Trac. + Notes on setting the VERSION tuple ==================================