From 92335d8179c709a9a59326eb02f99ecc49745f2f Mon Sep 17 00:00:00 2001 From: sasha Date: Fri, 12 Jan 2024 13:52:17 -0800 Subject: [PATCH] Temporary disable breaking changes check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3277270f9..17c8c7f11 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ buf-lint: $(STAMPDIR)/buf-mod-prune buf-breaking: @printf $(COLOR) "Run buf breaking changes check against master branch..." - @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master') +### @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master') ##### Clean ##### clean: