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] Release process tweaks & improvements 3 #5589

Merged
merged 11 commits into from
May 7, 2024

Conversation

CodeBlanch
Copy link
Member

Changes

  • Updates the package workflow to automatically open a draft PR to update OTelLatestStableVer in Directory.Packages.props for stable releases.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)

@CodeBlanch CodeBlanch added the infra Infra work - CI/CD, code coverage, linters label May 3, 2024
@CodeBlanch CodeBlanch requested a review from a team May 3, 2024 05:44
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.64%. Comparing base (6250307) to head (17d6342).
Report is 207 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5589      +/-   ##
==========================================
+ Coverage   83.38%   85.64%   +2.26%     
==========================================
  Files         297      271      -26     
  Lines       12531    11377    -1154     
==========================================
- Hits        10449     9744     -705     
+ Misses       2082     1633     -449     
Flag Coverage Δ
unittests ?
unittests-Instrumentation-Experimental 87.50% <ø> (?)
unittests-Instrumentation-Stable 87.50% <ø> (?)
unittests-Solution-Experimental 85.58% <ø> (?)
unittests-Solution-Stable 85.33% <ø> (?)
unittests-Unstable-Core 19.86% <ø> (?)

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

see 99 files with indirect coverage changes

@@ -52,11 +53,14 @@ jobs:
path: '**/bin/**/*.*nupkg'

- name: Publish MyGet
env:
MYGET_TOKEN_EXISTS: ${{ secrets.MYGET_TOKEN != '' }}
if: env.MYGET_TOKEN_EXISTS == 'true' # Skip MyGet publish if run on a fork without the secret
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@CodeBlanch CodeBlanch merged commit 8864a05 into open-telemetry:main May 7, 2024
57 checks passed
@CodeBlanch CodeBlanch deleted the repo-release-tweaks3 branch May 7, 2024 17:33
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.

4 participants