Prepare release v2.9.0-rc4

This commit is contained in:
Kevin Pollet 2022-09-23 16:01:00 +02:00 committed by GitHub
parent 7b3faef4b3
commit 52b6b057f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 3 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example RC3 of v2.9.0
# example RC4 of v2.9.0
CurrentRef = "v2.9"
PreviousRef = "v2.9.0-rc2"
PreviousRef = "v2.9.0-rc3"
BaseBranch = "v2.9"
FutureCurrentRefName = "v2.9.0-rc3"
FutureCurrentRefName = "v2.9.0-rc4"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10