Skip to content

Commit

Permalink
published flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 11, 2023
1 parent f692ed7 commit 073af8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/changelogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type ChangelogEntry struct {
Version string `db:"version" json:"version" validate:"required" description:"The version for the changelog entry. (4.3.0 etc.)"`
ExtraDescription string `db:"extra_description" json:"extra_description" description:"The extra description for the version, if applicable"`
GithubHTML pgtype.Text `db:"github_html" json:"github_html" description:"The Github-backed HTML for the changelog entry."`
Published bool `db:"published" json:"published" description:"Whether or not this is a published changelog"`
Prerelease bool `db:"prerelease" json:"prerelease" description:"Whether or not this is a prerelease."`
Added []string `db:"added" json:"added" validate:"required" description:"The added features for the version."`
Updated []string `db:"updated" json:"updated" validate:"required" description:"The changed features for the version."`
Expand Down

0 comments on commit 073af8f

Please sign in to comment.