1
0
Fork 0

Prepare release v3.5.0

This commit is contained in:
Romain 2025-07-23 15:46:04 +02:00 committed by GitHub
parent 4576155005
commit 2cbd96e64c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 60 additions and 17 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example final release of v3.4.0
CurrentRef = "v3.4"
PreviousRef = "v3.4.0-rc1"
BaseBranch = "v3.4"
FutureCurrentRefName = "v3.4.0"
# example final release of v3.5.0
CurrentRef = "v3.5"
PreviousRef = "v3.5.0-rc1"
BaseBranch = "v3.5"
FutureCurrentRefName = "v3.5.0"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example final release of v3.4.0
CurrentRef = "v3.4.0-rc1"
PreviousRef = "v3.3.0-rc1"
# example final release of v3.5.0
CurrentRef = "v3.5.0-rc1"
PreviousRef = "v3.4.0-rc1"
BaseBranch = "master"
FutureCurrentRefName = "v3.4.0"
FutureCurrentRefName = "v3.5.0"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10