From 3d930a9f57f553228a9bec22e64bc183f802e461 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: [6.0.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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 5425f5f43c..90c627a40e 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -479,17 +479,11 @@ Building the artifacts $ PGP_KEY_ID= PGP_KEY_URL= DEST_FOLDER=~/releases scripts/do_django_release.py - * Test new version script: + * Verify the release (after artifacts were uploaded): .. code-block:: shell - $ VERSION=5.2.1 scripts/test_new_version.sh - - * Confirm release signature script: - - .. code-block:: shell - - $ VERSION=5.2.1 scripts/confirm_release.sh + $ VERSION=5.2.1 scripts/verify_release.sh #. Tag the release using ``git tag``. For example: -- cgit v1.3