Skip to content

Conversation

@flobernd
Copy link
Member

No description provided.

@flobernd flobernd added Docs 8.x Relates to a 8.x client version labels Nov 15, 2023
@flobernd flobernd merged commit 76e9ea4 into main Nov 16, 2023
@flobernd flobernd deleted the docs-8.11.0 branch November 16, 2023 10:28
@github-actions
Copy link
Contributor

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

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

@github-actions
Copy link
Contributor

The backport to serverless failed:

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.x Relates to a 8.x client version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants