Documentation ¶
Index ¶
- type Changelog
- func (c *Changelog) Add(shortHash, longHash, author, subject string, typ EntryType)
- func (c *Changelog) AddBreakingChange(shortHash, longHash, author, subject string)
- func (c *Changelog) Breaking() []Entry
- func (c *Changelog) Empty() bool
- func (c *Changelog) Entries() []Entry
- func (c *Changelog) HasMajorUpdate() bool
- func (c *Changelog) HasMinorUpdate() bool
- func (c *Changelog) HasPatchUpdate() bool
- type Commit
- type Entry
- type EntryKind
- type EntryType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changelog ¶
type Changelog struct {
// contains filtered or unexported fields
}
func (*Changelog) AddBreakingChange ¶
func (*Changelog) HasMajorUpdate ¶
func (*Changelog) HasMinorUpdate ¶
func (*Changelog) HasPatchUpdate ¶
Click to show internal directories.
Click to hide internal directories.