Prepare release v2.11.0-rc1
This commit is contained in:
parent
56e2110dc5
commit
9adf0fb638
69 changed files with 617 additions and 595 deletions
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.10.7
|
||||
CurrentRef = "v2.10"
|
||||
PreviousRef = "v2.10.6"
|
||||
BaseBranch = "v2.10"
|
||||
FutureCurrentRefName = "v2.10.7"
|
||||
# example new bugfix v2.11.1
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.0"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.1"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.10.0
|
||||
CurrentRef = "v2.10"
|
||||
PreviousRef = "v2.10.0-rc1"
|
||||
BaseBranch = "v2.10"
|
||||
FutureCurrentRefName = "v2.10.0"
|
||||
# example final release of v2.11.0
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.0-rc1"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.0"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.10.0
|
||||
CurrentRef = "v2.10.0-rc1"
|
||||
PreviousRef = "v2.9.0-rc1"
|
||||
# example final release of v2.11.0
|
||||
CurrentRef = "v2.11.0-rc1"
|
||||
PreviousRef = "v2.10.0-rc1"
|
||||
BaseBranch = "master"
|
||||
FutureCurrentRefName = "v2.10.0-rc1"
|
||||
FutureCurrentRefName = "v2.11.0-rc1"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example RC1 of v2.9.0
|
||||
# example RC1 of v2.11.0
|
||||
CurrentRef = "master"
|
||||
PreviousRef = "v2.8.0-rc1"
|
||||
PreviousRef = "v2.10.0-rc1"
|
||||
BaseBranch = "master"
|
||||
FutureCurrentRefName = "v2.9.0-rc1"
|
||||
FutureCurrentRefName = "v2.11.0-rc1"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example RC2 of v2.10.0
|
||||
CurrentRef = "v2.10"
|
||||
PreviousRef = "v2.10.0-rc1"
|
||||
BaseBranch = "v2.10"
|
||||
FutureCurrentRefName = "v2.10.0-rc2"
|
||||
# example RC2 of v2.11.0
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.0-rc1"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.0-rc2"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue