Update definition for op-tee
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
parent
3b20f73281
commit
7992eb48c3
1 changed files with 5 additions and 0 deletions
|
|
@ -13,3 +13,8 @@ list_tags()
|
||||||
echo "$tags" |
|
echo "$tags" |
|
||||||
grep '^[0-9]\.'
|
grep '^[0-9]\.'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get_latest()
|
||||||
|
{
|
||||||
|
git tag | grep '^[0-9]\.' | grep -v '\-rc' | sort -V | tail -n 1
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue