1
0
mirror of https://github.com/django/django.git synced 2025-06-30 07:49:19 +00:00

Separated creating the release and setting it as default in Trac in the post-release steps.

This commit is contained in:
Sarah Boyce 2025-06-26 12:39:55 +02:00 committed by nessita
parent 23529b6627
commit af6ed55fcd

View File

@ -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 ``VERSION = (4, 1, 2, 'alpha', 0)`` (:commit:`example commit
<a4d19953d46247ee1992b3427fe652e941524272>`). <a4d19953d46247ee1992b3427fe652e941524272>`).
#. Add the release in `Trac's versions list`_ if necessary (and make it the #. If this was an alpha release, add the release in `Trac's versions list`_.
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 a final release: #. If this was a final release:
#. Update the ``default_version`` setting in the code.djangoproject.com's
``trac.ini`` file (`example PR
<https://github.com/django/code.djangoproject.com/pull/268>`__).
#. Update the current stable branch and remove the pre-release branch in the #. Update the current stable branch and remove the pre-release branch in the
`Django release process `Django release process
<https://code.djangoproject.com/#Djangoreleaseprocess>`_ on Trac. <https://code.djangoproject.com/#Djangoreleaseprocess>`_ on Trac.