mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 09:30:28 +00:00
Match v* tags only
This commit is contained in:
parent
3e6530c813
commit
f4aa4f1848
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Get the last tag
|
||||
TAG=$(git describe --abbrev=0 --tags 2>/dev/null)
|
||||
TAG=$(git describe --abbrev=0 --tags --match=v* 2>/dev/null)
|
||||
|
||||
# Get the number of commits from the last tag, or if not, from
|
||||
# the first commit
|
||||
|
Loading…
Reference in New Issue
Block a user