Include the sha of the last tag in version.sh for user diffing operations

This commit is contained in:
2025-08-14 23:36:49 -04:00
parent b59f46df2f
commit 7c534a735f

View File

@@ -63,6 +63,7 @@ fi
SOURCE=$((git remote show origin 2>/dev/null | grep "Fetch URL" | cut -d : -f 2- | cut -d ' ' -f 2-) || echo '') SOURCE=$((git remote show origin 2>/dev/null | grep "Fetch URL" | cut -d : -f 2- | cut -d ' ' -f 2-) || echo '')
echo "TAG=\"${TAG}\"" echo "TAG=\"${TAG}\""
echo "LASTSHA=\"${TAGSHA}\""
echo "BRANCH=\"${BRANCH}\"" echo "BRANCH=\"${BRANCH}\""
echo "MAJOR=\"${MAJOR}\"" echo "MAJOR=\"${MAJOR}\""
echo "BUILD=\"${BUILD}\"" echo "BUILD=\"${BUILD}\""