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 May 27, 2021
1 parent 6026c47 commit 7130da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generator/pipeline/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,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 7130da1

Please sign in to comment.