You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a repository is shallow-cloned, it may lack the tags associated with the current HEAD or its ancestor commits. This can lead to versioning issues, as the expected tags are unavailable.
Forcing a full clone is not a viable solution in all scenarios. Instead, the versioning logic should handle this gracefully by defaulting to a format such as 0.0.0-dev-<commit-hash>-<branch_name> when no relevant tags are found.
The text was updated successfully, but these errors were encountered:
When a repository is shallow-cloned, it may lack the tags associated with the current
HEAD
or its ancestor commits. This can lead to versioning issues, as the expected tags are unavailable.Forcing a full clone is not a viable solution in all scenarios. Instead, the versioning logic should handle this gracefully by defaulting to a format such as
0.0.0-dev-<commit-hash>-<branch_name>
when no relevant tags are found.The text was updated successfully, but these errors were encountered: