From 89b4d944f7e331e267aa1030e295f29355b78172 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:50:44 -0300 Subject: [5.2.x] Combined scripts confirm_release.sh and test_new_version.sh into verify_release.sh. This reuses the same download for both artifacts and checks both GPG signature and minimal correctness in the same script. Docs and script do_django_release.py were updated. Backport of 3abf89887993140d28676f26420ee0d46a617f51 from main. --- docs/internals/howto-release-django.txt | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index f552be6db0..1c20990646 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -464,12 +464,20 @@ Building the artifacts .. admonition:: Optionally use helper scripts - You can streamline some of the steps below using helper scripts from the Wiki: + You can streamline some of the steps below using helper scripts from the + ``scripts`` folder: - * `Release script - `_ - * `Test new version script - `_ + * Release script example run: + + .. code-block:: shell + + $ PGP_KEY_ID= PGP_KEY_URL= DEST_FOLDER=~/releases scripts/do_django_release.py + + * Verify the release (after artifacts were uploaded): + + .. code-block:: shell + + $ VERSION=5.2.1 scripts/verify_release.sh #. Tag the release using ``git tag``. For example: -- cgit v1.3