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)