[UPDATE] - git tag

This commit is contained in:
Prof Isen 2022-03-17 09:15:09 +01:00
parent e4cf042e30
commit 7c5bc10213

View File

@ -25,7 +25,7 @@ CheckDep() {
GitVersion() { GitVersion() {
LastTag=$(git tag | sort | head -n1| sed 's/[a-Z]//g') LastTag=$(git tag | sed "s/^V//g" | cut -d"-" -f1 | sort | tail -n1)
NewTag=${LastTag}-rebuild NewTag=${LastTag}-rebuild
} }