Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig []byte
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Repo string `yaml:"repo"`
Service string `yaml:"service"`
BaseURL string `yaml:"base-url"`
Groups []Group `yaml:"groups"`
SkipLabels string `yaml:"skip-labels"`
SkipRegex *regexp.Regexp `yaml:"-"`
}
Config is the changelog settings
func (Config) NameLabels ¶ added in v1.0.0
NameLabels returns a slice of NameLabel for each Group, keeping them in order (priority)
Click to show internal directories.
Click to hide internal directories.