From a8821cd2ae0aaa1fb58209426d1ae7daf52a2329 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Mon, 16 Dec 2024 10:09:47 -0500 Subject: [PATCH] [chore] make update-otel should commit tidy changes (#36855) #### Description `make update-otel` should commit tidy changes #### Link to tracking issue Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36854 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c225f974ed9..176ba2b07f85 100644 --- a/Makefile +++ b/Makefile @@ -423,6 +423,7 @@ update-otel:$(MULTIMOD) $(MAKE) genoteltestbedcol $(MAKE) oteltestbedcol $(MAKE) remove-toolchain + git add . && git commit -s -m "[chore] mod and toolchain tidy" ; \ .PHONY: otel-from-tree otel-from-tree: