Fix git tag detection
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
git pull --quiet
|
||||
git tag -l --sort=-version:refname | head -n 1
|
||||
git tag | tr - \~ | sort -V | tr \~ - | tail -n 1
|
||||
Reference in New Issue
Block a user