release: sort the RC versions correctly
This commit is contained in:
parent
dfdb1f2680
commit
b92dc6a533
2
release
2
release
@ -19,7 +19,7 @@ git status --porcelain | grep -q "" &&
|
|||||||
git tag | grep -q "^$1$" &&
|
git tag | grep -q "^$1$" &&
|
||||||
_err "tag $1 already exists"
|
_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"
|
echo bazel-zig-cc "$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user