Prepare release v3.7.0

This commit is contained in:
Romain
2026-05-05 17:32:05 +02:00
committed by GitHub
parent 2861d0efe1
commit 04aa6bb4f9
4 changed files with 308 additions and 12 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example final release of v3.6.0
CurrentRef = "v3.6"
PreviousRef = "v3.6.0-rc1"
BaseBranch = "v3.6"
FutureCurrentRefName = "v3.6.0"
# example final release of v3.7.0
CurrentRef = "v3.7"
PreviousRef = "v3.7.0-rc1"
BaseBranch = "v3.7"
FutureCurrentRefName = "v3.7.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.6.0
CurrentRef = "v3.6.0-rc1"
PreviousRef = "v3.5.0-rc1"
# example final release of v3.7.0
CurrentRef = "v3.7.0-rc1"
PreviousRef = "v3.6.0-rc1"
BaseBranch = "master"
FutureCurrentRefName = "v3.6.0"
FutureCurrentRefName = "v3.7.0"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10