Skip to content

Commit

Permalink
Add ChangelogConfig to Generator struct (#967)
Browse files Browse the repository at this point in the history
## Changes
Add ChangelogConfig to Generator struct

## Tests
- [X] `make test` passing
- [X] `make fmt` applied
- [ ] relevant integration tests applied
  • Loading branch information
hectorcast-db authored Jul 8, 2024
1 parent df99404 commit f54345a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ type Toolchain struct {

type Generator struct {
Formatter string `json:"formatter"`

// Config for changelog generation.
ChangelogConfig string `json:"changelog_config,omitempty"`
// TemplateLibraries is a list of files containing go template definitions
// that are reused in different stages of codegen. E.g. the "type" template
// is needed in both the "types" and "services" stages.
Expand Down

0 comments on commit f54345a

Please sign in to comment.