From 89fbe46eebad0a6fe81656b746a404d270652eb2 Mon Sep 17 00:00:00 2001 From: Onong Tayeng Date: Wed, 6 Dec 2023 16:18:12 +0530 Subject: [PATCH] Provide details for updating the vppbranch variable in the new tigera docs repo --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3647ea6b..b0517f2d 100644 --- a/Makefile +++ b/Makefile @@ -193,8 +193,10 @@ release: check-TAG check-CALICO_TAG git push origin $(TAG) @echo @echo "***IMPORTANT***IMPORTANT***IMPORTANT***IMPORTANT***" - @echo "Please update \"vppbranch\" in https://github.com/projectcalico/calico/blob/${CALICO_TAG}/calico/_config.yml to ${TAG} otherwise the install docs get broken." - @echo "Please update \"vppbranch\" in https://github.com/tigera/docs/blob/main/calico_versioned_docs/${CALICO_TAG}/variables.js to ${TAG} otherwise the install docs get broken." + @echo "In the tigera docs repo (https://github.com/tigera/docs), identify the directory for Calico version ${CALICO_TAG}" + @echo "and update the \"vppbranch\" variable to ${TAG} in the \"variables.js\" file in that directory. For example, for" + @echo "Calico version \"v3.27.0\", the directory would be \"calico_versioned_docs/version-3.27\". If this is not done," + @echo "the install docs get broken!!" .PHONY: run-integration-tests run-integration-tests: