From 2ea08894411b2fb87c86f0ff9b37ddaa4db42bd7 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> Date: Fri, 31 May 2024 05:49:23 -0400 Subject: [PATCH] scripts: re-add wait for changelog listing (#13002) 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