diff --git a/eng/common/scripts/ChangeLog-Operations.ps1 b/eng/common/scripts/ChangeLog-Operations.ps1 index 22355323d4a9..0f02790ce45f 100644 --- a/eng/common/scripts/ChangeLog-Operations.ps1 +++ b/eng/common/scripts/ChangeLog-Operations.ps1 @@ -193,7 +193,8 @@ function Set-ChangeLogContent { try { - $ChangeLogEntries = $ChangeLogEntries.Values | Sort-Object -Descending -Property ReleaseStatus, ReleaseVersion + $ChangeLogEntries = $ChangeLogEntries.Values | Sort-Object -Descending -Property ReleaseStatus, ` + @{e = {[AzureEngSemanticVersion]::new($_.ReleaseVersion)}} } catch { LogError "Problem sorting version in ChangeLogEntries"