From 08d1ea054e86f1514ba2d383e1a42f0e40910b2f Mon Sep 17 00:00:00 2001 From: Tengxiang Lin Date: Thu, 14 Nov 2024 20:09:36 +0800 Subject: [PATCH] Update version.sh --- version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/version.sh b/version.sh index 76cd079..63b2fea 100644 --- a/version.sh +++ b/version.sh @@ -11,6 +11,7 @@ rm -rf docs/source # Retrieve all Git tags and store them in an array tags=($(git tag)) +echo "Tags available: ${tags[*]}" # Retrieve the name of the current branch current_branch=$(git rev-parse --abbrev-ref HEAD)