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 5e693cf commit f3304f2Copy full SHA for f3304f2
1 file changed
eng/scripts/Automation-Sdk-GetSDKChanges.ps1
@@ -62,7 +62,7 @@ function Write-OutputJson {
62
)
63
$result = [ordered]@{
64
hasBreakingChange = $HasBreakingChange
65
- changelogMD = $ChangelogMD
+ changes = $ChangelogMD
66
}
67
$json = $result | ConvertTo-Json
68
$outputDir = Split-Path $OutputJsonFile -Parent
0 commit comments