Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SinceConfig ¶
type SinceConfig struct { Before []Hook `yaml:"before"` After []Hook `yaml:"after"` RequireBranch string `yaml:"requireBranch"` Ignore []string `yaml:"ignore"` }
func LoadConfig ¶
func LoadConfig(dir string) (SinceConfig, error)
LoadConfig loads the YAML config file from the given directory.
Click to show internal directories.
Click to hide internal directories.