We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c70cf commit f317722Copy full SHA for f317722
tools/GitHubTools.psm1
@@ -439,8 +439,6 @@ function Get-GitCommit
439
$organization = $originDetails.Organization
440
$repository = $originDetails.Repository
441
442
- Wait-Debugger
443
-
444
Write-Verbose "Getting local git commit data"
445
446
$null = Exec { git fetch --all }
tools/changelog/updateChangelog.ps1
@@ -269,8 +269,6 @@ Write-Host "vscode-PowerShell CHANGELOG:`n`n$psextChangelogSection`n`n"
269
270
#region PRs
271
272
-return
273
274
# PSES PR
275
$cloneLocation = Join-Path ([System.IO.Path]::GetTempPath()) "${psesRepoName}_changelogupdate"
276
0 commit comments