From af276549f79e8f7b98bffeacfcb9d87a14700dc1 Mon Sep 17 00:00:00 2001 From: actions-user Date: Sat, 23 Sep 2023 03:02:58 +0000 Subject: [PATCH] chore: docs releases json auto-update --- www/docs/static/latest-pro | 2 +- www/docs/static/releases-pro.json | 3 +++ www/docs/static/releases.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/www/docs/static/latest-pro b/www/docs/static/latest-pro index 4f9b35fa231..5c7629634fd 100644 --- a/www/docs/static/latest-pro +++ b/www/docs/static/latest-pro @@ -1 +1 @@ -v1.20.0-pro +v1.21.0-pro diff --git a/www/docs/static/releases-pro.json b/www/docs/static/releases-pro.json index 81bd220a984..839b83eee55 100644 --- a/www/docs/static/releases-pro.json +++ b/www/docs/static/releases-pro.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v1.21.0-pro" + }, { "tag_name": "v1.20.0-pro" }, diff --git a/www/docs/static/releases.json b/www/docs/static/releases.json index 823bd95123e..2fdf3b7efb3 100644 --- a/www/docs/static/releases.json +++ b/www/docs/static/releases.json @@ -1,9 +1,9 @@ [ { - "tag_name": "v1.20.0" + "tag_name": "nightly" }, { - "tag_name": "nightly" + "tag_name": "v1.20.0" }, { "tag_name": "v1.19.2"