Prepare release v2.10.0-rc2

This commit is contained in:
mpl 2023-04-07 11:00:06 +02:00 committed by GitHub
parent f344239bef
commit e8878fe6ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 5 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example RC5 of v2.9.0
CurrentRef = "v2.9"
PreviousRef = "v2.9.0-rc4"
BaseBranch = "v2.9"
FutureCurrentRefName = "v2.9.0-rc5"
# example RC2 of v2.10.0
CurrentRef = "v2.10"
PreviousRef = "v2.10.0-rc1"
BaseBranch = "v2.10"
FutureCurrentRefName = "v2.10.0-rc2"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10