Prepare release v2.11.3

This commit is contained in:
Kevin Pollet 2024-05-21 16:16:05 +02:00 committed by GitHub
parent d4d23dce72
commit f02b223639
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 3 deletions

View file

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