Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exemption ¶
type Exemption struct {
BreakingChangeDescription string `yaml:"breaking_change_description"`
ExemptUntil string `yaml:"exempt_until"`
Reason string `yaml:"reason"`
HideFromChangelog string `yaml:"hide_from_changelog,omitempty"`
}
func GetHiddenExemptions ¶
GetHiddenExemptions returns a list of exemptions that have 'HideFromChangelog' set to true.
Click to show internal directories.
Click to hide internal directories.