traefik/script/gcg/traefik-bugfix.toml

28 lines
644 B
TOML
Raw Normal View History

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
2024-08-06 13:34:03 +00:00
# example new bugfix v3.1.2
2024-07-30 13:52:03 +00:00
CurrentRef = "v3.1"
2024-08-06 13:34:03 +00:00
PreviousRef = "v3.1.1"
2024-07-30 13:52:03 +00:00
BaseBranch = "v3.1"
2024-08-06 13:34:03 +00:00
FutureCurrentRefName = "v3.1.2"
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/"]