diff --git a/bin/check/changelog.sh b/bin/check/changelog.sh index 66262dc62..57de8cdb5 100755 --- a/bin/check/changelog.sh +++ b/bin/check/changelog.sh @@ -3,7 +3,9 @@ set -Eeuo pipefail # Check that issues in CHANGELOG are up-to-to-date version=$(head -1 /dev/null | grep '^\* ') if [ "$changelog" != "$issues" ]; then