Prepare release v2.4.0-rc2

This commit is contained in:
Kevin Pollet
2021-01-12 16:30:04 +01:00
committed by GitHub
parent 3595292f7f
commit fb21e3bb5c
2 changed files with 18 additions and 5 deletions

View File

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