From 63a03bb82346e4846bb9228a081f86b7e6618bad Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Thu, 27 Feb 2025 11:17:28 +0530 Subject: [PATCH] update makefile to reference release-v2.11 for apidiff comparison --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 901ba298..552b0b97 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ docker-build-e2e: delete-local-kind-cluster: ## Delete the local kind cluster kind delete cluster --name=$(CLUSTER_NAME) -APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main) +APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/release-v2.11) .PHONY: apidiff apidiff: $(GO_APIDIFF) ## Check for API differences