-
Notifications
You must be signed in to change notification settings - Fork 593
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: v3.4.0 CHANGELOG and config update #6860
Conversation
6d3468d
to
4970492
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v1.4.0 -> v3.4.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6860 +/- ##
=====================================
Coverage 77.0% 77.0%
=====================================
Files 211 211
Lines 25484 25491 +7
=====================================
+ Hits 19623 19649 +26
+ Misses 4847 4835 -12
+ Partials 1014 1007 -7 ☔ View full report in Codecov by Sentry. |
4970492
to
cd2c2ca
Compare
Signed-off-by: Mattia Lavacca <[email protected]>
Signed-off-by: Mattia Lavacca <[email protected]>
cd2c2ca
to
e10fa2f
Compare
Co-authored-by: Grzegorz Burzyński <[email protected]>
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-release/3.4.x release/3.4.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.4.x
# Create a new branch
git switch --create backport-6860-to-release/3.4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 92a6761ac1c94ecd202571cbf84de860336664f3
# Push it to GitHub
git push --set-upstream origin backport-6860-to-release/3.4.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.4.x Then, create a pull request where the |
What this PR does / why we need it:
CHANGELOG update for v1.4.0.
Which issue this PR fixes:
Part of #6844
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR