There was an error while loading. Please reload this page.
1 parent 143ecb1 commit 61b60cbCopy full SHA for 61b60cb
1 file changed
infra/scripts/validate-version-consistency.sh
@@ -13,6 +13,7 @@ export FEAST_MASTER_VERSION=$(mvn help:evaluate -Dexpression=project.version -q
13
}
14
15
# Determine the highest released version from Git history
16
+git fetch --prune --unshallow --tags || true
17
FEAST_RELEASE_VERSION_WITH_V=$(git tag -l --sort -version:refname | head -n 1)
18
echo $FEAST_RELEASE_VERSION_WITH_V
19
0 commit comments