Skip to content

Commit f3304f2

Browse files
authored
update the property name (#49873)
* update the getSdkChanges package option * update the packageOptions * update the property name
1 parent 5e693cf commit f3304f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/scripts/Automation-Sdk-GetSDKChanges.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function Write-OutputJson {
6262
)
6363
$result = [ordered]@{
6464
hasBreakingChange = $HasBreakingChange
65-
changelogMD = $ChangelogMD
65+
changes = $ChangelogMD
6666
}
6767
$json = $result | ConvertTo-Json
6868
$outputDir = Split-Path $OutputJsonFile -Parent

0 commit comments

Comments
 (0)