Prepare release v2.5.1

This commit is contained in:
Romain
2021-08-20 18:27:12 +02:00
committed by GitHub
parent 2644c1f598
commit 531a8ff248
2 changed files with 16 additions and 5 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.4.14
CurrentRef = "v2.4"
PreviousRef = "v2.4.13"
BaseBranch = "v2.4"
FutureCurrentRefName = "v2.4.14"
# example new bugfix v2.5.1
CurrentRef = "v2.5"
PreviousRef = "v2.5.0"
BaseBranch = "v2.5"
FutureCurrentRefName = "v2.5.1"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10