1
0
Fork 0

Prepare release v3.0.0-beta3

This commit is contained in:
Ludovic Fernandez 2023-06-22 01:18:05 +02:00 committed by GitHub
parent 0a35fa096a
commit 52d2d959af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 5 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example beta2 of v3.0.0
CurrentRef = "master"
PreviousRef = "v3.0.0-beta1"
BaseBranch = "master"
FutureCurrentRefName = "v3.0.0-beta2"
# example beta3 of v3.0.0
CurrentRef = "v3.0"
PreviousRef = "v3.0.0-beta2"
BaseBranch = "v3.0"
FutureCurrentRefName = "v3.0.0-beta3"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10