Prepare release v2.9.0 (#9409)

This commit is contained in:
Tom Moulard 2022-10-03 15:43:04 +02:00 committed by GitHub
parent ae7db879d9
commit b1db81d8ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 62 additions and 14 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example final release of v2.8.0
CurrentRef = "v2.8"
PreviousRef = "v2.8.0-rc1"
BaseBranch = "v2.8"
FutureCurrentRefName = "v2.8.0"
# example final release of v2.9.0
CurrentRef = "v2.9"
PreviousRef = "v2.9.0-rc1"
BaseBranch = "v2.9"
FutureCurrentRefName = "v2.9.0"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example final release of v2.8.0
CurrentRef = "v2.8.0-rc1"
PreviousRef = "v2.7.0-rc1"
# example final release of v2.9.0
CurrentRef = "v2.9.0-rc1"
PreviousRef = "v2.8.0-rc1"
BaseBranch = "master"
FutureCurrentRefName = "v2.8.0-rc1"
FutureCurrentRefName = "v2.9.0-rc1"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10