mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user