Skip to content

Commit

Permalink
now breaking change items will have empty array if there is not any
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and azure-sdk committed Mar 7, 2022
1 parent 53eab9b commit 06b1312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/tools/generator/cmd/automation/pipeline/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 06b1312

Please sign in to comment.