Add a verify step in do-release.sh

This commit is contained in:
Andreas Dangel 2020-04-24 08:41:01 +02:00
parent 96e9127eae
commit e2e5715321

View File

@ -113,7 +113,10 @@ echo
echo "Updated stats in release notes:"
echo "$STATS"
echo
echo "Please verify docs/pages/release_notes.md"
echo
echo "Press enter to continue..."
read
# install bundles needed for rendering release notes
bundle install --with=release_notes_preprocessing --path vendor/bundle