diff options
Diffstat (limited to 'checklists/tests')
| -rw-r--r-- | checklists/tests/test_models.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/checklists/tests/test_models.py b/checklists/tests/test_models.py index 90fd719d..73ad4851 100644 --- a/checklists/tests/test_models.py +++ b/checklists/tests/test_models.py @@ -78,8 +78,7 @@ class BaseChecklistTestCaseMixin: "- Is active: False", f"- LTS: {release.is_lts}", f"- Release date: {release.date.isoformat()}", - f"- `VERSION={version} scripts/test_new_version.sh`", - f"- `VERSION={version} scripts/confirm_release.sh`", + f"- `VERSION={version} scripts/verify_release.sh`", "- `twine upload --repository django dist/*`", '- [ ] Mark the release as "active" in\n ' f"https://www.djangoproject.com/admin/releases/release/{version}/change/", |
