27 lines
652 B
TOML
27 lines
652 B
TOML
Owner = "traefik"
|
|
RepositoryName = "traefik"
|
|
|
|
OutputType = "file"
|
|
FileName = "traefik_changelog.md"
|
|
|
|
# example RC1 of v2.4.0
|
|
CurrentRef = "master"
|
|
PreviousRef = "v2.3.0-rc1"
|
|
BaseBranch = "master"
|
|
FutureCurrentRefName = "v2.4.0-rc1"
|
|
|
|
ThresholdPreviousRef = 10
|
|
ThresholdCurrentRef = 10
|
|
|
|
Debug = true
|
|
DisplayLabel = true
|
|
|
|
LabelExcludes = ["area/infrastructure"]
|
|
LabelEnhancement = "kind/enhancement"
|
|
LabelDocumentation = "area/documentation"
|
|
LabelBug = "kind/bug/fix"
|
|
|
|
[DisplayLabelOptions]
|
|
FilteredPrefixes = ["area/", "platform/"]
|
|
ExcludedSuffixes = ["documentation"]
|
|
TrimmedPrefixes = ["area/provider/", "area/middleware/", "area/", "platform/"]
|