1 Commits
Author SHA1 Message Date
r.didato 6c3acfe5e9 Fix git tag detection 2022-09-25 21:29:34 +02:00
+1 -1
View File
@@ -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