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 fbe7f0f commit 5ab597aCopy full SHA for 5ab597a
updater/scripts/get-changelog.ps1
@@ -74,8 +74,7 @@ function Get-ChangelogFromCommits {
74
75
# Get commit messages between tags
76
Write-Host "Getting commits between $oldTag and $newTag..."
77
- $commitMessages = git log "$oldTag..$newTag" --pretty=format:'%s' 2>&1
78
-
+ $commitMessages = git log "$oldTag..$newTag" --pretty=format:'%s'
79
if ($LASTEXITCODE -ne 0) {
80
Write-Warning "Could not get commits between $oldTag and $newTag (exit code: $LASTEXITCODE)"
81
return $null
0 commit comments