From 4c0b8a69e0ce4bc64c2f96cbcb38f4e1fffd8e02 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 6 Mar 2021 13:33:06 -0300 Subject: Update files under aux/ --- aux/workflow/dist.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index afe2c92..0ae0ec4 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -16,6 +16,11 @@ if [ "$DATE" != "$(git log -1 --format=%cd --date=short HEAD)" ]; then exit 1 fi +if [ "Release $VVERSION" != "$(git log --format=%B -1 HEAD | head -n1)" ]; then + echo "Commit message isn't 'Release $VVERSION'." >&2 + exit 1 +fi + sh aux/workflow/assert-changelog.sh "$DATE" "$VERSION" "$PROJECT" git tag "$VVERSION" -- cgit v1.2.3