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

28 lines
650 B
TOML
Raw Normal View History

Owner = "traefik"
RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
2024-02-13 13:38:03 +00:00
# example rc1 of v3.0.0
2023-06-21 23:18:05 +00:00
CurrentRef = "v3.0"
2024-02-13 13:38:03 +00:00
PreviousRef = "v3.0.0-beta5"
2023-06-21 23:18:05 +00:00
BaseBranch = "v3.0"
2024-02-13 13:38:03 +00:00
FutureCurrentRefName = "v3.0.0-rc1"
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/"]