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
4 changed files with 60 additions and 17 deletions
+5 -5
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
+4 -4
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