traefik/script/gcg/traefik-rc-new.toml
2024-03-13 16:46:04 +01:00

28 lines
648 B
TOML

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