Update release notes for 2.19.5#20845
Conversation
Signed-off-by: Divya Madala <divyaasm@amazon.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-main main
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-main
# Create a new branch
git switch --create backport/backport-20845-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ea7527bc3e5502850936d7553119085aa3cc1c06
# Push it to GitHub
git push --set-upstream origin backport/backport-20845-to-main
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-mainThen, create a pull request where the |
(cherry picked from commit ea7527b) Signed-off-by: Andriy Redko <drreta@gmail.com>
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.