-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[AUTO] Increment version to 2.19.1. #17331
Conversation
❌ Gradle check result for 8dc589f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <drreta@gmail.com>
8dc589f
to
ae5f3c9
Compare
❕ Gradle check result for ae5f3c9: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.19 #17331 +/- ##
============================================
- Coverage 72.00% 71.99% -0.02%
- Complexity 65963 65988 +25
============================================
Files 5341 5341
Lines 307158 307143 -15
Branches 44824 44824
============================================
- Hits 221184 221139 -45
- Misses 67498 67562 +64
+ Partials 18476 18442 -34 ☔ View full report in Codecov by Sentry. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-17331-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6e7f0c1379a6f38a61d5d6c98e205ee5b0ceaaaa
# Push it to GitHub
git push --set-upstream origin backport/backport-17331-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
I've noticed that a new tag 2.19.0 was pushed, and incremented the version from 2.19.0 to 2.19.1.