From 4d74d00e7b2c62c8f9994609c2a031ff62cec891 Mon Sep 17 00:00:00 2001 From: Samia Nneji Date: Fri, 28 Jan 2022 17:22:47 +0000 Subject: [PATCH] Update release versions (#4676) --- hack/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/build.sh b/hack/build.sh index f0ded7a37..a32672642 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.1" "1.0" "0.26" "0.25") # Docs version, results in the url e.g. knative.dev/docs-0.23/.. -RELEASE_BRANCHES=("knative-v1.1.0" "knative-v1.0.0" "v0.26.0" "v0.25.0") # Release version for serving/eventing yaml files and api references. +VERSIONS=("1.2" "1.1" "1.0" "0.26") # Docs version, results in the url e.g. knative.dev/docs-0.23/.. +RELEASE_BRANCHES=("knative-v1.2.0" "knative-v1.1.0" "knative-v1.0.0" "v0.26.0") # Release version for serving/eventing yaml files and api references. # 4) PR the result to main. # 5) Party.