Skip to content

Commit

Permalink
Update version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tengxianglin committed Nov 14, 2024
1 parent 78c6607 commit 08d1ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08d1ea0

Please sign in to comment.