mirror of https://github.com/istio/istio.io.git
Preparation before making the release branch.
This commit is contained in:
parent
77a6535313
commit
9933211fef
|
@ -73,7 +73,7 @@ version of Istio is 0.6 and you wish to introduce 0.7 which has been under devel
|
|||
|
||||
1. Switch to the istio/istio.io repo and make sure everything is up to date.
|
||||
|
||||
1. Edit the file `scripts/gen_archive_site.sh` and add the new archive version
|
||||
1. Edit the file `scripts/build_archive_site.sh` and add the new archive version
|
||||
(in this case release-0.6) to the `TOBUILD` variable.
|
||||
|
||||
1. Edit the file `data/versions.yml`. Set the `preliminary` field to the next Istio release
|
||||
|
|
|
@ -22,6 +22,7 @@ BASEURL="$1"
|
|||
|
||||
# List of name:tagOrBranch
|
||||
TOBUILD=(
|
||||
v1.3:release-1.3
|
||||
v1.2:release-1.2
|
||||
v1.1:release-1.1
|
||||
v1.0:release-1.0
|
||||
|
|
Loading…
Reference in New Issue