1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

scripts/update-gh-pages: adjust commit message body

Align the version number inserted in the commit message with what we use
in the Makefile.
This commit is contained in:
Markus Lehtonen 2022-04-11 16:45:26 +03:00
parent ea76c62d75
commit f659372af2

View file

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