summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-03-09 10:50:44 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2026-03-16 22:13:40 -0300
commit89b4d944f7e331e267aa1030e295f29355b78172 (patch)
tree472e800317cee3ca4c67b4b8b68c76000b717f25 /docs
parent346a55ced8e8f7b5bc8fe03ecbd4116050f11e2a (diff)
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt18
1 files changed, 13 insertions, 5 deletions
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
- <https://code.djangoproject.com/wiki/ReleaseScript>`_
- * `Test new version script
- <https://code.djangoproject.com/wiki/ReleaseTestNewVersion>`_
+ * Release script example run:
+
+ .. code-block:: shell
+
+ $ PGP_KEY_ID=<key-id> PGP_KEY_URL=<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: