From cdfbc96d68ffc62f97b4d1cb217b70bd306159ae Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 11 Apr 2022 16:45:26 +0300 Subject: [PATCH] scripts/update-gh-pages: adjust commit message body Align the version number inserted in the commit message with what we use in the Makefile. --- scripts/github/update-gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github/update-gh-pages.sh b/scripts/github/update-gh-pages.sh index 698b0d6e0..a4f62126e 100755 --- a/scripts/github/update-gh-pages.sh +++ b/scripts/github/update-gh-pages.sh @@ -178,7 +178,7 @@ make site-build if [ -n "$_GIT_TAG" ]; then commit_hash=${GIT_TAG:10} else - commit_hash=`git describe --dirty --always` + commit_hash=`git describe --tags --dirty --always` fi # Switch to work in the gh-pages worktree