Prepare release v3.2.0-rc2

This commit is contained in:
Kevin Pollet 2024-10-09 17:16:04 +02:00 committed by GitHub
parent be13b5b55d
commit b46665c620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 7 deletions

View file

@ -10,8 +10,8 @@ PreviousRef = "v3.1.0-rc1"
BaseBranch = "master"
FutureCurrentRefName = "v3.2.0-rc1"
ThresholdPreviousRef = 10000
ThresholdCurrentRef = 10000
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10
Debug = true
DisplayLabel = true

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example rc3 of v3.1.0
CurrentRef = "v3.1"
PreviousRef = "v3.1.0-rc2"
BaseBranch = "v3.1"
FutureCurrentRefName = "v3.1.0-rc3"
# example rc2 of v3.2.0
CurrentRef = "v3.2"
PreviousRef = "v3.2.0-rc1"
BaseBranch = "v3.2"
FutureCurrentRefName = "v3.2.0-rc2"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10