Prepare release v3.0.0
This commit is contained in:
parent
8d2a2ff08f
commit
d99d2f95e6
3 changed files with 109 additions and 9 deletions
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.11.0
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.0-rc1"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.0"
|
||||
# example final release of v3.0.0
|
||||
CurrentRef = "v3.0"
|
||||
PreviousRef = "v3.0.0-beta1"
|
||||
BaseBranch = "v3.0"
|
||||
FutureCurrentRefName = "v3.0.0"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.11.0
|
||||
CurrentRef = "v2.11.0-rc1"
|
||||
PreviousRef = "v2.10.0-rc1"
|
||||
# example final release of v3.0.0
|
||||
CurrentRef = "v3.0.0-beta1"
|
||||
PreviousRef = "v2.9.0-rc1"
|
||||
BaseBranch = "master"
|
||||
FutureCurrentRefName = "v2.11.0-rc1"
|
||||
FutureCurrentRefName = "v3.0.0-beta1"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue