mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -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:
parent
3591d64bb3
commit
2ea0889441
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue