From 80230be35aea05ff0a737a461213d9b2958018b6 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 20 Jan 2022 10:27:59 +0000 Subject: [PATCH] Check that CHANGELOG has been updated --- otherbuilds/deploy/source.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/otherbuilds/deploy/source.sh b/otherbuilds/deploy/source.sh index 977c656..c072a51 100755 --- a/otherbuilds/deploy/source.sh +++ b/otherbuilds/deploy/source.sh @@ -40,6 +40,10 @@ check "Are the above minor and micro versions (from the LV2 plugin RDF) correct? echo grep '^PROJECT_NUMBER' Doxyfile check "Is the above version (from Doxyfile) correct?" +echo +echo "The CHANGELOG should start with a list of changes for this release." +head -3 CHANGELOG +check "The first three lines of the CHANGELOG are above. Are they correct?" echo check "All version checks passed. Continue?"