Merge branch v2.6 into v2.7

This commit is contained in:
kevinpollet 2022-05-04 10:20:46 +02:00
commit 619621f239
No known key found for this signature in database
GPG key ID: 8DA260C277649A5A
11 changed files with 258 additions and 18 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.6.3
# example new bugfix v2.6.6
CurrentRef = "v2.6"
PreviousRef = "v2.6.2"
PreviousRef = "v2.6.5"
BaseBranch = "v2.6"
FutureCurrentRefName = "v2.6.3"
FutureCurrentRefName = "v2.6.6"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10