Skip to content

Conversation

@otelbot
Copy link
Contributor

@otelbot otelbot bot commented Oct 6, 2025

The following commands were run to prepare this release:

  • make chlog-update VERSION=v1.43.0/v0.137.0
  • make prepare-release PREVIOUS_VERSION=1[.]42[.]0 RELEASE_CANDIDATE=1.43.0 MODSET=stable
  • make prepare-release PREVIOUS_VERSION=0[.]136[.]0 RELEASE_CANDIDATE=0.137.0 MODSET=beta

@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.66%. Comparing base (5a4966e) to head (7c513b7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13933   +/-   ##
=======================================
  Coverage   91.65%   91.66%           
=======================================
  Files         652      652           
  Lines       42516    42516           
=======================================
+ Hits        38970    38974    +4     
+ Misses       2736     2733    -3     
+ Partials      810      809    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dmitryax dmitryax closed this Oct 6, 2025
@dmitryax dmitryax reopened this Oct 6, 2025
Copy link
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

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

@songy23
Copy link
Member

songy23 commented Oct 6, 2025

a quick workaround (that used to work) is to fork the branch and recreate the PR

@dmitryax
Copy link
Member

dmitryax commented Oct 6, 2025

Closing temporarily to allow merging #13934

@dmitryax dmitryax closed this Oct 6, 2025
github-merge-queue bot pushed a commit that referenced this pull request Oct 6, 2025
To unblock
#13933

The logic seems incorrect. The check should run when 

```
(!startsWith(title, '[chore] Prepare release')) || (user != 'otelbot[bot]')

or 

!(startsWith(title, '[chore] Prepare release')) && (user == 'otelbot[bot]'))
```

instead of
```
(!startsWith(title, '[chore] Prepare release')) || (user == 'otelbot[bot]')
```
@dmitryax dmitryax reopened this Oct 6, 2025
@dmitryax dmitryax added this pull request to the merge queue Oct 6, 2025
Merged via the queue into main with commit 3b55554 Oct 6, 2025
76 of 94 checks passed
@dmitryax dmitryax deleted the prepare-release-prs/0.137.0 branch October 6, 2025 19:50
@github-actions github-actions bot added this to the next release milestone Oct 6, 2025
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.

2 participants