ReleaseChecklist: Regenerating the bug list does not require running the whole tests.sh

This commit is contained in:
Kamil Śliwak 2022-08-08 16:21:38 +02:00
parent 71a9fb25ed
commit dd2f718b99

View File

@ -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