From 4c2f2abe8d5269750423daa868b1d72f74df0ae0 Mon Sep 17 00:00:00 2001 From: Fabrice Reix Date: Wed, 25 Jan 2023 13:25:49 +0100 Subject: [PATCH] Add log --- bin/check/changelog.sh | 2 ++ 1 file changed, 2 insertions(+) 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