summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-03-09 10:50:44 -0300
committernessita <124304+nessita@users.noreply.github.com>2026-03-16 22:08:17 -0300
commit3abf89887993140d28676f26420ee0d46a617f51 (patch)
tree3b028144cfd4112731c89b2d14969b296f7d0a1b /docs/internals
parent142659133a501a1685902cf654b233e54b641a23 (diff)
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.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/howto-release-django.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index 78347b864b..f8b9005691 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=<key-id> PGP_KEY_URL=<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: