Skip to content

Commit b4d63b7

Browse files
committed
CI: mention the old version when updating
1 parent a308ff7 commit b4d63b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/Update-Dependencies.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ if ($hasChanges)
132132
$commitMessage = $prTitle
133133
[array] $updateReleaseNoteStrings = $updates.Values | ForEach-Object {
134134
@"
135-
## $($_.Name) v$($_.Version)
136-
[Read the release notes]($($_.ReleaseNotesUrl))
135+
## $($_.Name): v$($currentVersions[$_.Name]) v$($_.Version)
136+
[Read the release notes of the latest version]($($_.ReleaseNotesUrl))
137137
"@
138138
}
139139
$prBody = @'

0 commit comments

Comments
 (0)