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

[repo] Improve the scripts used in the release process #5561

Merged
merged 2 commits into from Apr 23, 2024

Conversation

CodeBlanch
Copy link
Member

Changes

  • Move the inline scripts in releasing doc into dedicated files
  • Improve the scripts to be aware of MinVerTagPrefix

Details

This is an incremental improvement to the scripts used in the release process. Previously they ran over all the projects in the repo. When working on a release the output has to be massaged manually for what is actually being released. Now the scripts will marry up to the MinVerTagPrefix being used so the output matches automatically. That makes things a bit easier and less error prone.

@CodeBlanch CodeBlanch added the infra Infra work - CI/CD, code coverage, linters label Apr 22, 2024
@CodeBlanch CodeBlanch requested a review from a team as a code owner April 22, 2024 22:38
Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.56%. Comparing base (6250307) to head (dcce16e).
Report is 190 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5561      +/-   ##
==========================================
+ Coverage   83.38%   85.56%   +2.17%     
==========================================
  Files         297      289       -8     
  Lines       12531    12500      -31     
==========================================
+ Hits        10449    10695     +246     
+ Misses       2082     1805     -277     
Flag Coverage Δ
unittests ?
unittests-Instrumentation-Experimental 24.65% <ø> (?)
unittests-Instrumentation-Stable 24.68% <ø> (?)
unittests-Solution-Experimental 85.52% <ø> (?)
unittests-Solution-Stable 85.50% <ø> (?)
unittests-Unstable-Core 19.87% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 78 files with indirect coverage changes

@CodeBlanch CodeBlanch merged commit 994b890 into open-telemetry:main Apr 23, 2024
57 checks passed
@CodeBlanch CodeBlanch deleted the release-improvements branch April 23, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Infra work - CI/CD, code coverage, linters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants