Prepare release v2.9.5 (#9513)

This commit is contained in:
Romain
2022-11-17 15:57:23 +01:00
committed by GitHub
parent f1b91a119d
commit f6b7940b76
2 changed files with 15 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.9.2
# example new bugfix v2.9.5
CurrentRef = "v2.9"
PreviousRef = "v2.9.1"
PreviousRef = "v2.9.4"
BaseBranch = "v2.9"
FutureCurrentRefName = "v2.9.2"
FutureCurrentRefName = "v2.9.5"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10