Chore: Add comment about shallow clones/single-branch clones (#108043)

baldm0mma/ add comment about shallow clones/single-branch clones
This commit is contained in:
Jev Forsberg
2025-07-11 15:10:20 -06:00
committed by GitHub
parent 4b8e565a16
commit eab8c1db07

View File

@ -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