mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
Chore: Add comment about shallow clones/single-branch clones (#108043)
baldm0mma/ add comment about shallow clones/single-branch clones
This commit is contained in:
parent
4b8e565a16
commit
eab8c1db07
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue