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: update poetry-core and poetry-plugin-export #8034

Merged
merged 1 commit into from
May 29, 2023

Conversation

radoering
Copy link
Member

No description provided.

@radoering radoering added impact/backport Requires backport to stable branch backport/1.5 labels May 29, 2023
@radoering radoering merged commit 2f6b31f into python-poetry:master May 29, 2023
@poetry-bot
Copy link

poetry-bot bot commented May 29, 2023

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

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

radoering added a commit to radoering/poetry that referenced this pull request May 29, 2023
radoering added a commit that referenced this pull request May 29, 2023
Copy link

github-actions bot commented Mar 3, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
@radoering radoering deleted the update-poetry-core-export branch November 24, 2024 12:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
impact/backport Requires backport to stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants