traefik-bugfix.toml (traefik-v2.3.2.src) | : | traefik-bugfix.toml (traefik-v2.3.3.src) | ||
---|---|---|---|---|
Owner = "traefik" | Owner = "traefik" | |||
RepositoryName = "traefik" | RepositoryName = "traefik" | |||
OutputType = "file" | OutputType = "file" | |||
FileName = "traefik_changelog.md" | FileName = "traefik_changelog.md" | |||
# example new bugfix v2.3.2 | # example new bugfix v2.3.3 | |||
CurrentRef = "v2.3" | CurrentRef = "v2.3" | |||
PreviousRef = "v2.3.1" | PreviousRef = "v2.3.2" | |||
BaseBranch = "v2.3" | BaseBranch = "v2.3" | |||
FutureCurrentRefName = "v2.3.2" | FutureCurrentRefName = "v2.3.3" | |||
ThresholdPreviousRef = 10 | ThresholdPreviousRef = 10 | |||
ThresholdCurrentRef = 10 | ThresholdCurrentRef = 10 | |||
Debug = true | Debug = true | |||
DisplayLabel = true | DisplayLabel = true | |||
LabelExcludes = ["area/infrastructure"] | LabelExcludes = ["area/infrastructure"] | |||
LabelEnhancement = "kind/enhancement" | LabelEnhancement = "kind/enhancement" | |||
LabelDocumentation = "area/documentation" | LabelDocumentation = "area/documentation" | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |