Skip to content

Commit 5f92667

Browse files
Robert Holtrjmholt
Robert Holt
authored andcommitted
Fix verbose
1 parent c5ff021 commit 5f92667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/changelog/updateChangelog.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ $psExtGetCommitParams = @{
240240
$psextChangelogSection = Get-GitCommit @psExtGetCommitParams |
241241
Get-ChangeInfoFromCommit -GitHubToken $GitHubToken -Verbose:$VerbosePreference |
242242
Skip-IgnoredChange @ignore -Verbose:$VerbosePreference |
243-
New-ChangelogEntry @clEntryParams -Verbose:$VerbosePreference |
243+
New-ChangelogEntry @clEntryParams |
244244
New-ChangelogSection @clSectionParams -Preamble "#### [$vscodeRepoName](https://github.com/$Organization/$vscodeRepoName)" -Postamble $psesChangelogPostamble
245245

246246
Write-Host "vscode-PowerShell CHANGELOG:`n`n$psextChangelogSection`n`n"

0 commit comments

Comments
 (0)