Prepare release v2.9.0 (#9409)
This commit is contained in:
parent
ae7db879d9
commit
b1db81d8ac
6 changed files with 62 additions and 14 deletions
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.8.0
|
||||
CurrentRef = "v2.8"
|
||||
PreviousRef = "v2.8.0-rc1"
|
||||
BaseBranch = "v2.8"
|
||||
FutureCurrentRefName = "v2.8.0"
|
||||
# example final release of v2.9.0
|
||||
CurrentRef = "v2.9"
|
||||
PreviousRef = "v2.9.0-rc1"
|
||||
BaseBranch = "v2.9"
|
||||
FutureCurrentRefName = "v2.9.0"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.8.0
|
||||
CurrentRef = "v2.8.0-rc1"
|
||||
PreviousRef = "v2.7.0-rc1"
|
||||
# example final release of v2.9.0
|
||||
CurrentRef = "v2.9.0-rc1"
|
||||
PreviousRef = "v2.8.0-rc1"
|
||||
BaseBranch = "master"
|
||||
FutureCurrentRefName = "v2.8.0-rc1"
|
||||
FutureCurrentRefName = "v2.9.0-rc1"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue