From c4bb5f9451e37cdcea5c6ad7f7fa09afafe0e310 Mon Sep 17 00:00:00 2001 From: Naina Singh Date: Fri, 22 Apr 2022 17:19:31 -0400 Subject: [PATCH] changes to add Knative 1.4 docs (#4935) --- hack/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/build.sh b/hack/build.sh index 1f0290e596..91d4f3bcf4 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -13,8 +13,8 @@ set -x # 1) Make a release-NN branch as normal. # 2) Update VERSIONS and RELEASE_BRANCHES below (on main) to include the new version, and remove the oldest # Order matters :-), Most recent first. -VERSIONS=("1.3" "1.2" "1.1" "1.0") # Docs version, results in the url e.g. knative.dev/docs-0.23/.. -RELEASE_BRANCHES=("knative-v1.3.0" "knative-v1.2.0" "knative-v1.1.0" "v1.0.0") # Release version for serving/eventing yaml files and api references. +VERSIONS=("1.4" "1.3" "1.2" "1.1") # Docs version, results in the url e.g. knative.dev/docs-0.23/.. +RELEASE_BRANCHES=("knative-v1.4.0" "knative-v1.3.0" "knative-v1.2.0" "v1.1.0") # Release version for serving/eventing yaml files and api references. # 4) PR the result to main. # 5) Party.