diff --git a/eng/tools/generator/cmd/automation/pipeline/model.go b/eng/tools/generator/cmd/automation/pipeline/model.go index 4adee88d2b1a..5a7b02208030 100644 --- a/eng/tools/generator/cmd/automation/pipeline/model.go +++ b/eng/tools/generator/cmd/automation/pipeline/model.go @@ -87,8 +87,8 @@ type PackageResult struct { // Changelog ... type Changelog struct { - Content *string `json:"content,omitempty"` - HasBreakingChange *bool `json:"hasBreakingChange,omitempty"` + Content *string `json:"content,omitempty"` + HasBreakingChange *bool `json:"hasBreakingChange,omitempty"` BreakingChangeItems *[]string `json:"breakingChangeItems,omitempty"` }