diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-03-09 10:50:44 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2026-03-16 22:09:17 -0300 |
| commit | 3d930a9f57f553228a9bec22e64bc183f802e461 (patch) | |
| tree | 6ada21a1505fd3aa1da3b00aa1204d660aa34512 /docs | |
| parent | b787274edebfd08c52acd0eda1f826b2cad79466 (diff) | |
[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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 10 |
1 files changed, 2 insertions, 8 deletions
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=<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: |
