traefik/script/gcg/traefik-bugfix.toml

28 lines
646 B
TOML
Raw Normal View History

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
2023-04-06 18:10:03 +02:00
# example new bugfix v2.9.10
2022-10-03 16:17:58 +02:00
CurrentRef = "v2.9"
2023-04-06 18:10:03 +02:00
PreviousRef = "v2.9.9"
2022-10-03 16:17:58 +02:00
BaseBranch = "v2.9"
2023-04-06 18:10:03 +02:00
FutureCurrentRefName = "v2.9.10"
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/"]