[UPDATE] - git tag
This commit is contained in:
parent
e4cf042e30
commit
7c5bc10213
@ -25,7 +25,7 @@ CheckDep() {
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user