1
Fork 0

release: sort the RC versions correctly

nix v1.0.1
Motiejus Jakštys 2023-03-06 11:11:44 +02:00
parent dfdb1f2680
commit b92dc6a533
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ git status --porcelain | grep -q "" &&
git tag | grep -q "^$1$" &&
_err "tag $1 already exists"
last_tag=$(git tag | tail -1)
last_tag=$(git -c 'versionsort.suffix=-' tag -l --sort=v:refname | tail -1)
{
echo bazel-zig-cc "$1"