traefik/script/gcg/traefik-rc-first.toml

28 lines
661 B
TOML
Raw Normal View History

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
2022-12-05 15:58:04 +00:00
# example RC1 of v3.0.0-beta1
CurrentRef = "master"
2024-01-03 15:45:47 +00:00
PreviousRef = "v2.11.0-rc1"
BaseBranch = "master"
2022-12-05 15:58:04 +00:00
FutureCurrentRefName = "v3.0.0-beta1"
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/"]