Prepare release v2.5.0-rc3

This commit is contained in:
Jean-Baptiste Doumenjou
2021-07-20 16:26:08 +02:00
committed by GitHub
parent a5b169c563
commit 48bd279311
2 changed files with 26 additions and 5 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example RC2 of v2.4.0
CurrentRef = "v2.4"
PreviousRef = "v2.4.0-rc1"
BaseBranch = "v2.4"
FutureCurrentRefName = "v2.4.0-rc2"
# example RC2 of v2.5.0
CurrentRef = "v2.5"
PreviousRef = "v2.5.0-rc2"
BaseBranch = "v2.5"
FutureCurrentRefName = "v2.5.0-rc3"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10