Setup for 1.4

This commit is contained in:
Martin Taillefer 2019-09-12 10:18:17 -07:00
parent 82f6ed62db
commit 0f82d03ee2
2 changed files with 3 additions and 6 deletions

View File

@ -100,9 +100,6 @@ name for `istio.git` and `api.git` to point to the release branch. In this case
1. In the **master** branch, edit the file `data/args.yml`. Set the `version` and `full_version` fields to have the version
of the next Istio release, and `previous_version` to be the version of the previous release. In this case, you would set the fields to "0.8", "0.8.0", and "0.7" respectively.
1. In the **master** branch, edit the file `.mergify.yml`. Set the `branches` array to the name of the
new release branch you just created.
1. Commit the previous edits to your local git repo and push the **master** branch to GitHub.
1. Wait a while (~2 minutes) and browse preliminary.istio.io to make sure everything looks good.

View File

@ -1,11 +1,11 @@
# The primary Istio version identifier the docs describe, used throughout the site
version: "1.3"
version: "1.4"
# The full Istio version identifier the docs describe
full_version: "1.3.0"
full_version: "1.4.0"
# The previous Istio version identifier the docs describe, used for upgrade documentation
previous_version: "1.2"
previous_version: "1.3"
# The year to display in copyright notices
copyright_year: 2019