Skip to content

Commit ba5ff3f

Browse files
committed
CI: fix the dependency release notes presentation
1 parent c7b2e3b commit ba5ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Update-Dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if ($hasChanges)
146146
147147
The updated packages' release notes follow below.
148148
149-
'@ + $updateReleaseNoteStrings -join "`n"
149+
'@ + ($updateReleaseNoteStrings -join "`n`n")
150150
}
151151

152152
ApplyUpdates $updates

0 commit comments

Comments
 (0)