Prepare release v2.5.0

This commit is contained in:
Romain
2021-08-17 18:04:05 +02:00
committed by GitHub
parent bd1c84755b
commit e0b442a48b
6 changed files with 105 additions and 14 deletions

View File

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

View File

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