From dd2f718b996556a5ee76e65b07e8772d2350727f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Mon, 8 Aug 2022 16:21:38 +0200 Subject: [PATCH] ReleaseChecklist: Regenerating the bug list does not require running the whole tests.sh --- ReleaseChecklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index e5d8cd8fc..2bd84b884 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -14,7 +14,7 @@ ### Changelog - [ ] Sort the changelog entries alphabetically and correct any errors you notice. - [ ] Create a commit on a new branch that updates the ``Changelog`` to include a release date. - - [ ] Run ``./scripts/tests.sh`` to update the bug list. + - [ ] Run ``scripts/update_bugs_by_version.py`` to regenerate ``bugs_by_version.json`` from the changelog and ``bugs.json``. - [ ] Create a pull request and wait for the tests, merge it. ### Create the Release