Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangeLog ¶
type ChangeLog struct { ChangeLogConfig Logger Printer // contains filtered or unexported fields }
func GenerateReleaseNotes ¶
func (*ChangeLog) PrintReleaseNotes ¶
func (cl *ChangeLog) PrintReleaseNotes()
func (*ChangeLog) PrintReleaseNotesForWriter ¶
type ChangeLogConfig ¶
type ChangeLogConfig struct { types.CommonConfig Base string Head string LastStable string StateFile string LabelFilters []string ReleaseLabels []string ExcludeLabels []string ExcludePRReferences bool SkipHeader bool }
func (*ChangeLogConfig) Sanitize ¶
func (cfg *ChangeLogConfig) Sanitize() error
Click to show internal directories.
Click to hide internal directories.