Skip to content

Commit

Permalink
scripts: re-add wait for changelog listing (#13002)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lbajolet-hashicorp authored May 31, 2024
1 parent 3591d64 commit 2ea0889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/prepare_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ea0889

Please sign in to comment.