Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PredefinedSections = map[string]SectionInfo{ "features": {Title: "Features", Icon: "rocket", OpenByDefault: true, Position: 0}, "bugs": {Title: "Bug fixes", Icon: "bug", Position: 1}, "chores": {Title: "Chores and Improvements", Icon: "wrench", Position: 2}, "breaking": {Title: "Breaking Changes", Icon: "warning", Position: 3}, "others": {Title: "Other", Icon: "package", Position: 4}, }
PredefinedSections contains a list of the predefined sections we consider when generating the release notes
View Source
var SortedSections = make([]SectionInfo, len(PredefinedSections))
SortedSections returns a slice of Sections sorted by position
Functions ¶
This section is empty.
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package release holds the common Release struct shared across all other packages
|
Package release holds the common Release struct shared across all other packages |
|
Package releaser is used for releasing to Github or Gitlab Releases.
|
Package releaser is used for releasing to Github or Gitlab Releases. |
Click to show internal directories.
Click to hide internal directories.