Include the sha of the last tag in version.sh for user diffing operations
This commit is contained in:
@@ -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}\""
|
||||||
|
|||||||
Reference in New Issue
Block a user