traefik/script/gcg/traefik-rc-first.toml
2024-06-27 16:28:03 +02:00

27 lines
664 B
TOML

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example RC1 of v3.1.0-rc1
CurrentRef = "master"
PreviousRef = "v3.0.0-beta3"
BaseBranch = "master"
FutureCurrentRefName = "v3.1.0-rc1"
ThresholdPreviousRef = 10000
ThresholdCurrentRef = 10000
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/"]