diff --git a/scripts/write-release-notes.ps1 b/scripts/write-release-notes.ps1 index b356f88af9..bc103e7b77 100644 --- a/scripts/write-release-notes.ps1 +++ b/scripts/write-release-notes.ps1 @@ -103,7 +103,7 @@ See the release notes [here](https://github.com/microsoft/vstest-docs/blob/maste ## $v -### Issue Fixed +### $(if ($issues.Length -eq 1) { 'Issue' } else { 'Issues' }) Fixed $($issues -join "`n") See full log [here]($repoUrl/compare/$start...$tag)