From 96e7153c8c719793e42475adfda8e74bfb0689b7 Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Fri, 7 Apr 2023 14:23:27 +0800 Subject: [PATCH] ci: update latest release (#277) Signed-off-by: bitliu --- .github/workflows/latest-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/latest-release.yaml b/.github/workflows/latest-release.yaml index 39e2f6f10..7b53f378d 100644 --- a/.github/workflows/latest-release.yaml +++ b/.github/workflows/latest-release.yaml @@ -60,3 +60,9 @@ jobs: This release **might not be stable**. It is only intended for developers wishing to try out the latest features in Higress, some of which may not be fully implemented. + + Try latest version of `hgctl` with: + + ``` shell + curl -Ls https://raw.githubusercontent.com/alibaba/higress/main/tools/hack/get-hgctl.sh | VERSION=latest bash + ```