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 e665cae commit 35f02e1Copy full SHA for 35f02e1
eng/scripts/automation/GenerateAndBuildLib.ps1
@@ -856,7 +856,7 @@ function GeneratePackage()
856
$hasBreakingChange = $false
857
}
858
else {
859
- $logFile = Get-Content -Path $logFilePath | select-object -skip 2
+ $logFile = Get-Content -Path $logFilePath | select-object -SkipLast 1
860
$breakingChanges = $logFile -join ",`n"
861
$content = "Breaking Changes: $breakingChanges"
862
$hasBreakingChange = $true
0 commit comments