1
0
Fork 0

Prepare release v3.1.0-rc2

This commit is contained in:
Kevin Pollet 2024-06-28 10:42:03 +02:00 committed by GitHub
parent fe4cca6e9c
commit 9758b1ce36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example rc4 of v3.0.0
CurrentRef = "v3.0"
PreviousRef = "v3.0.0-rc4"
BaseBranch = "v3.0"
FutureCurrentRefName = "v3.0.0-rc5"
# example rc2 of v3.1.0
CurrentRef = "v3.1"
PreviousRef = "v3.1.0-rc1"
BaseBranch = "v3.1"
FutureCurrentRefName = "v3.1.0-rc2"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10