[Java Sync] Rename What's New to Release Notes#698
[Java Sync] Rename What's New to Release Notes#698rachel-mack merged 1 commit intomongodb:masterfrom
Conversation
✅ Deploy Preview for docs-java ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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-v5.2 v5.2
# Navigate to the new working tree
cd .worktrees/backport-v5.2
# Create a new branch
git switch --create backport-698-to-v5.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 861ddd76582d10e0b2626872a39e3b53ed3f0fb2
# Push it to GitHub
git push --set-upstream origin backport-698-to-v5.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.2Then, create a pull request where the |
|
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-v5.1 v5.1
# Navigate to the new working tree
cd .worktrees/backport-v5.1
# Create a new branch
git switch --create backport-698-to-v5.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 861ddd76582d10e0b2626872a39e3b53ed3f0fb2
# Push it to GitHub
git push --set-upstream origin backport-698-to-v5.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.1Then, create a pull request where the |
|
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-v5.0 v5.0
# Navigate to the new working tree
cd .worktrees/backport-v5.0
# Create a new branch
git switch --create backport-698-to-v5.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 861ddd76582d10e0b2626872a39e3b53ed3f0fb2
# Push it to GitHub
git push --set-upstream origin backport-698-to-v5.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.0Then, create a pull request where the |
|
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-v5.4 v5.4
# Navigate to the new working tree
cd .worktrees/backport-v5.4
# Create a new branch
git switch --create backport-698-to-v5.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 861ddd76582d10e0b2626872a39e3b53ed3f0fb2
# Push it to GitHub
git push --set-upstream origin backport-698-to-v5.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.4Then, create a pull request where the |
(cherry picked from commit 861ddd7)
Pull Request Info
PR Reviewing Guidelines
JIRA - N/A
Staging Links
Self-Review Checklist