traefik/script/gcg/traefik-bugfix.toml
2021-11-08 18:36:13 +01:00

28 lines
644 B
TOML

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.5.4
CurrentRef = "v2.5"
PreviousRef = "v2.5.3"
BaseBranch = "v2.5"
FutureCurrentRefName = "v2.5.4"
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/"]