From edfc275359be90eab3d896e3e8bb77dbe36afcd0 Mon Sep 17 00:00:00 2001 From: Etai Lev Ran Date: Mon, 10 Jun 2024 21:13:47 +0300 Subject: [PATCH] Update gen-doc-version.sh (#643) modify documentation to use doc versions without PATCH value (e.g., `v0.2.0` changed to `v0.2`) Signed-off-by: Etai Lev Ran --- hack/gen-doc-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/gen-doc-version.sh b/hack/gen-doc-version.sh index 996fdde51..72d185dce 100755 --- a/hack/gen-doc-version.sh +++ b/hack/gen-doc-version.sh @@ -30,7 +30,7 @@ # released version. Once the unstaged changes are ready, they can be added # and committed. # -# To run gen-doc-version: "NEW_DOCS_VERSION=v0.2.0 PREVIOUS_DOCS_VERSION=v0.1.0 make docs-version" +# To run gen-doc-version: "NEW_DOCS_VERSION=v0.2 PREVIOUS_DOCS_VERSION=v0.1 make docs-version" # Note: if PREVIOUS_DOCS_VERSION is not set, the script will guess it from the directory listing #