From f06612d846b1318994756ca7c1341b19f433cbb4 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 30 May 2024 13:42:22 -0400 Subject: [PATCH] scripts: re-add wait for changelog listing This got committed by accident into another PR, and since the change was not approved to begin with, its inclusion was a mistake, so we revert it now. --- scripts/prepare_changelog.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/prepare_changelog.sh b/scripts/prepare_changelog.sh index cf2343ea7..a10b9972b 100755 --- a/scripts/prepare_changelog.sh +++ b/scripts/prepare_changelog.sh @@ -49,6 +49,8 @@ get_prs | while read line; do if [[ "$line" =~ "bad" ]]; then exit 1 fi + echo "Press enter to continue with next entry." + vared -ch ok done #TODO: just generate it automatically using PR titles and tags