-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] use multimod diff #8024
[chore] use multimod diff #8024
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #8024 +/- ##
==========================================
- Coverage 90.74% 90.70% -0.04%
==========================================
Files 300 300
Lines 15164 15164
==========================================
- Hits 13760 13754 -6
- Misses 1123 1128 +5
- Partials 281 282 +1 ☔ View full report in Codecov by Sentry. |
3fd3395
to
4f681f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, should we do a release on opentelemetry-go-build-tools first though?
@mx-psi sure, here's the PR open-telemetry/opentelemetry-go-build-tools#361 |
4f681f2
to
347d0c6
Compare
bumped to v0.9.0 |
The logic from check-changes was moved to multimod diff. Signed-off-by: Alex Boten <aboten@lightstep.com>
347d0c6
to
54b7e98
Compare
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
This PR reverts #8024, as it introduced a new behavior, causing the release to be blocked. Apparently, multimod has a return code of 1 when diffs are seen, causing the prepare-release target to break. After this release, we can try to get multimod to behave in the same way as this PR. Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
This is revert-ing the revert of open-telemetry#8024 Signed-off-by: Alex Boten <aboten@lightstep.com>
It's not need after open-telemetry#8024
The logic from
check-changes
was moved to multimod diff.Fixes #8012