-
Notifications
You must be signed in to change notification settings - Fork 359
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
docs: fix typos in the release note #10183
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
883f602
to
0e90e9c
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.
nice
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-0.38.0 release-0.38.0
# Navigate to the new working tree
cd .worktrees/backport-release-0.38.0
# Create a new branch
git switch --create backport-10183-to-release-0.38.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 050db29c7db3341b838b14da55eaa95b3a21780d
# Push it to GitHub
git push --set-upstream origin backport-10183-to-release-0.38.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-0.38.0 Then, create a pull request where the |
(cherry picked from commit 050db29)
Ticket
Description
Fix typos in #10178
Test Plan
Checklist
docs/release-notes/
See Release Note for details.