Skip to content

Commit 16b301d

Browse files
ArcturusZhangazure-sdk
authored andcommitted
now breaking change items will have empty array if there is not any
1 parent 339aa93 commit 16b301d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/generator/pipeline/model.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ type PackageResult struct {
8585

8686
// Changelog ...
8787
type Changelog struct {
88-
Content *string `json:"content,omitempty"`
89-
HasBreakingChange *bool `json:"hasBreakingChange,omitempty"`
88+
Content *string `json:"content,omitempty"`
89+
HasBreakingChange *bool `json:"hasBreakingChange,omitempty"`
9090
BreakingChangeItems *[]string `json:"breakingChangeItems,omitempty"`
9191
}
9292

0 commit comments

Comments
 (0)