Log vendor semantic version parsing failure

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Refoua
2026-04-12 04:57:37 +03:30
committed by GitHub
parent d11c5641bd
commit 6924bcb8b5

View File

@@ -340,7 +340,7 @@ foreach ($s in $sources) {
# If semantic versioning fails, treat as unknown (potentially breaking) # If semantic versioning fails, treat as unknown (potentially breaking)
$changeType = "unknown" $changeType = "unknown"
$hasBreakingChanges = $true $hasBreakingChanges = $true
Write-Verbose "Could not parse version as semantic version, treating as potentially breaking" Write-Verbose "Could not parse version as semantic version for dependency '$($s.name)' (old: '$($s.version)', new: '$version'), treating as potentially breaking"
} }
$updateDetails += @{ $updateDetails += @{