Skip to content

Commit e16e726

Browse files
committed
CI: fix formatting in PR release notes
1 parent c8647a3 commit e16e726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Update-Dependencies.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if ($hasChanges)
131131
[array] $updateReleaseNoteStrings = $updates.Values | ForEach-Object {
132132
@"
133133
## $($_.Name) v$($_.Version)
134-
$($_.ReleaseNotes)
134+
$($_.ReleaseNotes)
135135
"@
136136
}
137137
$prBody = @'

0 commit comments

Comments
 (0)