Prepare release v1.7.33

This commit is contained in:
Kevin Pollet
2021-10-07 16:32:07 +02:00
committed by GitHub
parent e9d3c9a1cb
commit c309b3b006
2 changed files with 9 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v1.7.32
# example new bugfix v1.7.33
CurrentRef = "v1.7"
PreviousRef = "v1.7.31"
PreviousRef = "v1.7.32"
BaseBranch = "v1.7"
FutureCurrentRefName = "v1.7.32"
FutureCurrentRefName = "v1.7.33"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10