Update build script for 1.3 release (#4817)

* Update build script for 1.3 release

* Edit
This commit is contained in:
Samia Nneji 2022-03-15 15:45:03 +00:00 committed by GitHub
parent b47d5200fd
commit 534284b350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.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.
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.
# 4) PR the result to main.
# 5) Party.