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: Add backport + release + changelog #243

Merged
merged 8 commits into from
Aug 1, 2024
Merged

chore: Add backport + release + changelog #243

merged 8 commits into from
Aug 1, 2024

Conversation

facundomedica
Copy link
Collaborator

No description provided.

@brendaloya brendaloya merged commit 802265d into main Aug 1, 2024
2 checks passed
Copy link
Contributor

github-actions bot commented Aug 1, 2024

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

Then, create a pull request where the base branch is release/v0.x and the compare/head branch is backport-243-to-release/v0.x.

@facundomedica facundomedica deleted the facu/chores branch August 2, 2024 09:16
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.

2 participants