Prepare release v2.6.0
This commit is contained in:
parent
47ad6538f1
commit
5a1c936ede
7 changed files with 62 additions and 15 deletions
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.5.0
|
||||
CurrentRef = "v2.5"
|
||||
PreviousRef = "v2.5.0-rc1"
|
||||
BaseBranch = "v2.5"
|
||||
FutureCurrentRefName = "v2.5.0"
|
||||
# example final release of v2.6.0
|
||||
CurrentRef = "v2.6"
|
||||
PreviousRef = "v2.6.0-rc1"
|
||||
BaseBranch = "v2.6"
|
||||
FutureCurrentRefName = "v2.6.0"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example final release of v2.5.0
|
||||
CurrentRef = "v2.5.0-rc1"
|
||||
PreviousRef = "v2.4.0-rc1"
|
||||
# example final release of v2.6.0
|
||||
CurrentRef = "v2.6.0-rc1"
|
||||
PreviousRef = "v2.5.0-rc1"
|
||||
BaseBranch = "master"
|
||||
FutureCurrentRefName = "v2.5.0-rc1"
|
||||
FutureCurrentRefName = "v2.6.0-rc1"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue