From 0cbfcfcfbc371a94ed22d62533b359b8eea288ba Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Fri, 4 Oct 2024 13:56:02 +0200 Subject: [PATCH] Add the tidying back for otelcontribcol but only on the release thingie (#35609) #### Description The change in #35608 was too aggressive, this reverts the changes in release-prepare-release.sh --- .github/workflows/scripts/release-prepare-release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/scripts/release-prepare-release.sh b/.github/workflows/scripts/release-prepare-release.sh index fc597be6fc2d..4f6ebb155aec 100755 --- a/.github/workflows/scripts/release-prepare-release.sh +++ b/.github/workflows/scripts/release-prepare-release.sh @@ -54,6 +54,10 @@ git commit -m "make multimod-sync changes ${CANDIDATE_BETA}" || (echo "no multim make gotidy +pushd cmd/otelcontribcol +go mod tidy +popd + git add . git commit -m "make gotidy changes ${CANDIDATE_BETA}" || (echo "no gotidy changes to commit") make otelcontribcol