Skip to content

Commit

Permalink
use new tag format for first ever tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Aug 8, 2024
1 parent cfeb605 commit 2f38590
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/pick_semver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ fi

if [[ -z "$tags" ]]; then
if [[ "$print_latest" != "true" ]]; then
if [[ "$legacy" == "true" ]]; then
echo "v$release_version-$suffix.0"
else
echo "$prefix-v$release_version-$suffix.0"
fi
echo "$prefix-v$release_version-$suffix.0"
fi
exit 0
fi
Expand Down

0 comments on commit 2f38590

Please sign in to comment.