This is an automated email from the ASF dual-hosted git repository. joshfischer pushed a commit to branch joshfischer/apache-content in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit dc4839db03970aff1c7e324c9e4c43ebdbd1b4b8 Author: Josh Fischer <[email protected]> AuthorDate: Mon Dec 9 18:18:24 2019 -0600 add version for 0.20.2-incubating --- .asf.yaml | 2 +- website2/website/scripts/replace.js | 1 + website2/website/versions.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index fef1a18..db841e9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,7 +17,7 @@ staging: profile: ~ - whoami: asf-site + whoami: joshfischer/apache-content publish: whoami: asf-site diff --git a/website2/website/scripts/replace.js b/website2/website/scripts/replace.js index 7fec8bc..08b2331 100755 --- a/website2/website/scripts/replace.js +++ b/website2/website/scripts/replace.js @@ -37,6 +37,7 @@ const latestVersion = versions[0]; const bazelVersions = { '0.20.0-incubating': '0.14.1', '0.20.1-incubating': '0.26.0', + '0.20.2-incubating': '0.26.0', 'latest': '0.26.0', } diff --git a/website2/website/versions.json b/website2/website/versions.json index 6a63039..858a64d 100644 --- a/website2/website/versions.json +++ b/website2/website/versions.json @@ -1,4 +1,5 @@ [ + "0.20.2-incubating", "0.20.1-incubating", "0.20.0-incubating" ]
