traefik/script/gcg/traefik-rc-new.toml
2024-04-11 18:24:03 +02:00

28 lines
648 B
TOML

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example rc4 of v3.0.0
CurrentRef = "v3.0"
PreviousRef = "v3.0.0-rc4"
BaseBranch = "v3.0"
FutureCurrentRefName = "v3.0.0-rc5"
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/"]