-
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] update release build job to trigger on v* tag push #6976
Conversation
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.
Pinging @mx-psi and @djaglowski who both ran into issues with the last releases.
61eada2
to
ab9a5f7
Compare
Codecov ReportBase: 90.64% // Head: 90.64% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #6976 +/- ##
=======================================
Coverage 90.64% 90.64%
=======================================
Files 241 241
Lines 14523 14523
=======================================
Hits 13164 13164
Misses 1091 1091
Partials 268 268 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
In the last 3 releases, this job has created a release for the cmd/builder/v* tag, which caused an issue in the release process and introduced additional manual steps. An alternative to this would be to create two releases, one for the builder and one for the collector, but that seems overkill at this point. Fix open-telemetry#6849 Signed-off-by: Alex Boten <aboten@lightstep.com>
ab9a5f7
to
efac004
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.
It makes sense to me to help reduce toil on releases.
…metry#6976) In the last 3 releases, this job has created a release for the cmd/builder/v* tag, which caused an issue in the release process and introduced additional manual steps. An alternative to this would be to create two releases, one for the builder and one for the collector, but that seems overkill at this point. Fix open-telemetry#6849 Signed-off-by: Alex Boten <aboten@lightstep.com> Signed-off-by: Alex Boten <aboten@lightstep.com>
In the last 3 releases, this job has created a release for the cmd/builder/v* tag, which caused an issue in the release process and introduced additional manual steps. An alternative to this would be to create two releases, one for the builder and one for the collector, but that seems overkill at this point.
Fix #6849
Signed-off-by: Alex Boten aboten@lightstep.com