mirror of
https://github.com/cmderdev/cmder.git
synced 2026-04-15 06:44:31 +08:00
Log vendor semantic version parsing failure
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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 += @{
|
||||||
|
|||||||
Reference in New Issue
Block a user