Check that CHANGELOG has been updated

This commit is contained in:
Chris Cannam
2022-01-20 10:27:59 +00:00
parent 5c2727ccf0
commit 80230be35a

View File

@@ -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?"