Skip to content
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

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

codeboten
Copy link
Contributor

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

@codeboten codeboten requested review from a team and jpkrohling January 19, 2023 18:47
Copy link
Contributor Author

@codeboten codeboten left a 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.

@codecov
Copy link

codecov bot commented Jan 19, 2023

Codecov Report

Base: 90.64% // Head: 90.64% // No change to project coverage 👍

Coverage data is based on head (efac004) compared to base (1542ad0).
Patch has no changes to coverable lines.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

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>
Copy link
Contributor

@MovieStoreGuy MovieStoreGuy left a 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.

@bogdandrutu bogdandrutu merged commit b6a3dc5 into open-telemetry:main Jan 20, 2023
codeboten pushed a commit to codeboten/opentelemetry-collector that referenced this pull request Jan 23, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release script did not create Github release
4 participants