Prepare release v2.4.3

This commit is contained in:
Romain
2021-02-15 16:52:03 +01:00
committed by GitHub
parent f81f85cea2
commit 911c439858
2 changed files with 18 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.4.2
# example new bugfix v2.4.3
CurrentRef = "v2.4"
PreviousRef = "v2.4.1"
PreviousRef = "v2.4.2"
BaseBranch = "v2.4"
FutureCurrentRefName = "v2.4.2"
FutureCurrentRefName = "v2.4.3"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10