We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ff021 commit 5f92667Copy full SHA for 5f92667
tools/changelog/updateChangelog.ps1
@@ -240,7 +240,7 @@ $psExtGetCommitParams = @{
240
$psextChangelogSection = Get-GitCommit @psExtGetCommitParams |
241
Get-ChangeInfoFromCommit -GitHubToken $GitHubToken -Verbose:$VerbosePreference |
242
Skip-IgnoredChange @ignore -Verbose:$VerbosePreference |
243
- New-ChangelogEntry @clEntryParams -Verbose:$VerbosePreference |
+ New-ChangelogEntry @clEntryParams |
244
New-ChangelogSection @clSectionParams -Preamble "#### [$vscodeRepoName](https://github.com/$Organization/$vscodeRepoName)" -Postamble $psesChangelogPostamble
245
246
Write-Host "vscode-PowerShell CHANGELOG:`n`n$psextChangelogSection`n`n"
0 commit comments