From 4b1e82f01dfa2440f7a74c887908fa8191014e72 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 30 May 2024 17:42:22 +0000 Subject: [PATCH] backport of commit f06612d846b1318994756ca7c1341b19f433cbb4 --- 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