From eab8c1db07cdc5d1927dba12bb0425f56a8f87db Mon Sep 17 00:00:00 2001 From: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:10:20 -0600 Subject: [PATCH] Chore: Add comment about shallow clones/single-branch clones (#108043) baldm0mma/ add comment about shallow clones/single-branch clones --- scripts/releasefinder.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/releasefinder.sh b/scripts/releasefinder.sh index 68b85ca4b8a..ddf407cf5e2 100755 --- a/scripts/releasefinder.sh +++ b/scripts/releasefinder.sh @@ -13,6 +13,9 @@ # # Example: ./scripts/releasefinder.sh a1b2c3d4e5f6 # +# Note: This script requires a full repository clone with all branches and tags. +# It will not work correctly with shallow clones (--depth) or single-branch clones. +# # If you get a "Permission denied" error, make the script executable with: # chmod +x scripts/releasefinder.sh