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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 5 deletions

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