diff --git a/hack/libhack/frontend.sh b/hack/libhack/frontend.sh index 1e578e3..ddd6070 100644 --- a/hack/libhack/frontend.sh +++ b/hack/libhack/frontend.sh @@ -39,6 +39,6 @@ frontend::release() { frontend::latest_tag() { frontend::assert_exists pushd "${FRONTEND_PATH}" - git describe --tags + git describe --abbrev=0 popd }