Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PredefinedSections = map[string]SectionInfo{ "breaking": SectionInfo{Title: "Breaking Changes", Icon: "warning"}, "features": SectionInfo{Title: "Features", Icon: "rocket", OpenByDefault: true}, "chores": SectionInfo{Title: "Chores and Improvements", Icon: "wrench"}, "bugs": SectionInfo{Title: "Bug fixes", Icon: "bug"}, "others": SectionInfo{Title: "Other", Icon: "package"}, }
PredefinedSections contains a list of the predefined sections we consider when generating the release notes
Functions ¶
This section is empty.
Types ¶
type SectionInfo ¶
type SectionInfo struct {
Title string
Icon string
// whether the section should not be collapsed by default
OpenByDefault bool
}
SectionInfo contains the details that we store for each section
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.