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

28 lines
648 B
TOML
Raw Normal View History

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
2022-09-23 14:01:00 +00:00
# example RC4 of v2.9.0
2022-09-16 14:00:08 +00:00
CurrentRef = "v2.9"
2022-09-23 14:01:00 +00:00
PreviousRef = "v2.9.0-rc3"
2022-09-16 14:00:08 +00:00
BaseBranch = "v2.9"
2022-09-23 14:01:00 +00:00
FutureCurrentRefName = "v2.9.0-rc4"
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/"]