diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-05 16:33:08 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-05-06 11:11:40 -0300 |
| commit | f7d97dd11819be8996798a7197c5695a317334a0 (patch) | |
| tree | 07c0194a14d542b1d1180f686d3bc49f8415ca90 /docs | |
| parent | dd133054cb98f77577c06d7ef1f2391a865784bc (diff) | |
Simplified artifact building steps in docs/internals/howto-release-django.txt.
With the recent merge of artifact build updates from
https://github.com/django/django/pull/19436, there is no need to have
different build instructions for 4.2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 88456bda08..7b7fbc8517 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -83,7 +83,7 @@ permissions. ``you@example.com`` is the email address associated with the key you want to use. -* A clean Python virtual environment per Django version being released, with +* A clean Python virtual environment (Python 3.9+) to build artifacts, with these required Python packages installed: .. code-block:: shell @@ -473,10 +473,8 @@ Building the artifacts You can streamline some of the steps below using helper scripts from the Wiki: - * `Release script for versions 5.1 and newer + * `Release script <https://code.djangoproject.com/wiki/ReleaseScript>`_ - * `Release script for versions 5.0 and older - <https://code.djangoproject.com/wiki/ReleaseScript5.0AndOlder>`_ * `Test new version script <https://code.djangoproject.com/wiki/ReleaseTestNewVersion>`_ |
