From af6ed55fcdb0cd0c0ca95e46b7d081d030a861e0 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:39:55 +0200 Subject: [PATCH] Separated creating the release and setting it as default in Trac in the post-release steps. --- docs/internals/howto-release-django.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 7b7fbc8517..55c13e03a9 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -665,16 +665,14 @@ You're almost done! All that's left to do now is: ``VERSION = (4, 1, 2, 'alpha', 0)`` (:commit:`example commit `). -#. Add the release in `Trac's versions list`_ if necessary (and make it the - default by changing the ``default_version`` setting in the - code.djangoproject.com's `trac.ini`__, if it's a final release). The new X.Y - version should be added after the alpha release and the default version - should be updated after "dot zero" release. - - __ https://github.com/django/code.djangoproject.com/blob/main/trac-env/conf/trac.ini +#. If this was an alpha release, add the release in `Trac's versions list`_. #. If this was a final release: + #. Update the ``default_version`` setting in the code.djangoproject.com's + ``trac.ini`` file (`example PR + `__). + #. Update the current stable branch and remove the pre-release branch in the `Django release process `_ on Trac.