Skip to content

Commit

Permalink
Add the tidying back for otelcontribcol but only on the release thing…
Browse files Browse the repository at this point in the history
…ie (#35609)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

The change in #35608 was too aggressive, this reverts the changes in
release-prepare-release.sh
  • Loading branch information
mx-psi authored and jriguera committed Oct 4, 2024
1 parent 0d6cd02 commit 083ec3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scripts/release-prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 083ec3d

Please sign in to comment.