Merge branch v3.1 into v3.2

This commit is contained in:
kevinpollet 2024-10-28 11:38:08 +01:00
commit 8beba9f278
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
5 changed files with 168 additions and 19 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v3.1.6
# example new bugfix v3.1.7
CurrentRef = "v3.1"
PreviousRef = "v3.1.5"
PreviousRef = "v3.1.6"
BaseBranch = "v3.1"
FutureCurrentRefName = "v3.1.6"
FutureCurrentRefName = "v3.1.7"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10