Documentation
¶
Overview ¶
Package section provides the Section structure.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Section ¶
type Section struct {
// Fragments is the list of changes of this section type in the release.
Fragments []fragment.Fragment
// ShowAlways is a boolean indicating if this section should be included in the
// news file even if there are no fragments.
ShowAlways bool
// Title is the string written to the news file for this section.
Title string
}
Section represents a collection of changes. Features, bug fixes, etc.
Click to show internal directories.
Click to hide internal directories.