Skip to content
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: Prepare release v4.7.1 #3726

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

rnishtala-sumo
Copy link
Contributor

@rnishtala-sumo rnishtala-sumo commented May 22, 2024

chore: Prepare release v4.7.1

  • Documentation updated

@rnishtala-sumo rnishtala-sumo requested a review from a team as a code owner May 22, 2024 21:15
@rnishtala-sumo rnishtala-sumo added the documentation documentation label May 22, 2024
@github-actions github-actions bot removed the documentation documentation label May 22, 2024
@rnishtala-sumo rnishtala-sumo merged commit 1d42a8b into release-v4.7 May 22, 2024
58 of 59 checks passed
@rnishtala-sumo rnishtala-sumo deleted the release--patch-471 branch May 22, 2024 21:21
@sumo-backporter
Copy link
Contributor

The backport to main failed:

The process '/usr/bin/git' failed with exit code 1

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-main main
# Navigate to the new working tree
cd .worktrees/backport-main
# Create a new branch
git switch --create backport-3726-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1d42a8bd80ca92a5025a3aff880a1ba027bbf57c
# Push it to GitHub
git push --set-upstream origin backport-3726-to-main
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-main

Then, create a pull request where the base branch is main and the compare/head branch is backport-3726-to-main.

rnishtala-sumo added a commit that referenced this pull request May 22, 2024
(cherry picked from commit 1d42a8b)
rnishtala-sumo added a commit that referenced this pull request May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants