Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct { // If non-nil, the output will include a level 2 header with the version to which this changelog corresponds. Next *semver.Version // If non-nil and Next is non-nil, the level 2 header including the version will also include the date returned by // this function, signifying that the version to which this changelog corresponds was released on said date. ReleasedOn func() time.Time // contains filtered or unexported fields }
Renderer outputs a human-readable, markdown version of a changelog.
Click to show internal directories.
Click to hide internal directories.