Skip to content

Commit 7819b48

Browse files
committed
remove fetch depth from semver-level.sh
1 parent 43518bc commit 7819b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/semver-level.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ compute_semver_results() {
5353
fi
5454

5555
# Fetch base commit
56-
git fetch origin "$baseline" --depth=50 --quiet
56+
git fetch origin "$baseline" --quiet
5757

5858
# Ensure baseline has origin/ prefix if it doesn't already (skip for tags: refs/tags/...)
5959
if [[ ! "$baseline" =~ ^origin/ ]] && [[ "$baseline" != *"refs/tags"* ]]; then

0 commit comments

Comments
 (0)