rename "dragonfly" to "redis"
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
ORIGIN=${ORIGIN:-origin}
|
||||
|
||||
version=$(git fetch --tags "${ORIGIN}" &>/dev/null | git -c "versionsort.prereleasesuffix=-pre" tag -l --sort=version:refname | grep -v dev | grep -vE '^v2$' | grep -vE '^v1$' | tail -n1 | cut -c 2-)
|
||||
|
||||
echo "$version"
|
||||
Reference in New Issue
Block a user