1
0
Fork 0

Merge branch v3.5 into v3.6

This commit is contained in:
kevinpollet 2025-11-07 15:11:08 +01:00
commit 83beb8a19c
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
14 changed files with 435 additions and 318 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v3.5.4
# example new bugfix v3.5.6
CurrentRef = "v3.5"
PreviousRef = "v3.5.3"
PreviousRef = "v3.5.5"
BaseBranch = "v3.5"
FutureCurrentRefName = "v3.5.4"
FutureCurrentRefName = "v3.5.6"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10