8000 Merge remote-tracking branch 'origin/main' · goreleaser/goreleaser@e2d83ee · GitHub
[go: up one dir, main page]

Skip to content

Commit e2d83ee

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 652fd30 + ca52f85 commit e2d83ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ type Changelog struct {
11111111
Sort string `yaml:"sort,omitempty" json:"sort,omitempty" jsonschema:"enum=asc,enum=desc,enum=,default="`
11121112
Disable string `yaml:"disable,omitempty" json:"disable,omitempty" jsonschema:"oneof_type=string;boolean"`
11131113
Use string `yaml:"use,omitempty" json:"use,omitempty" jsonschema:"enum=git,enum=github,enum=github-native,enum=gitlab,default=git"`
1114-
Format string `yaml:"format,omitempty" json:"omitempty"`
1114+
Format string `yaml:"format,omitempty" json:"format,omitempty"`
11151115
Groups []ChangelogGroup `yaml:"groups,omitempty" json:"groups,omitempty"`
11161116
Abbrev int `yaml:"abbrev,omitempty" json:"abbrev,omitempty"`
11171117

0 commit comments

Comments
 (0)
0