Skip to content

Minor improvements to release workflow#2698

Merged
Pierre-Sassoulas merged 1 commit intopylint-dev:mainfrom
cdce8p:minor-improvements-release
Mar 9, 2025
Merged

Minor improvements to release workflow#2698
Pierre-Sassoulas merged 1 commit intopylint-dev:mainfrom
cdce8p:minor-improvements-release

Conversation

@cdce8p
Copy link
Member

@cdce8p cdce8p commented Mar 9, 2025

Followup to #2696

@cdce8p cdce8p added Maintenance Discussion or action around maintaining astroid or the dev workflow backport maintenance/3.3.x labels Mar 9, 2025
@cdce8p cdce8p added this to the 3.3.10 milestone Mar 9, 2025
@Pierre-Sassoulas
Copy link
Member

Let's merge #2699 first

@Pierre-Sassoulas Pierre-Sassoulas enabled auto-merge (squash) March 9, 2025 12:28
@Pierre-Sassoulas Pierre-Sassoulas merged commit c3c3c38 into pylint-dev:main Mar 9, 2025
19 of 20 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2025

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

Then, create a pull request where the base branch is maintenance/3.3.x and the compare/head branch is backport-2698-to-maintenance/3.3.x.

@cdce8p cdce8p deleted the minor-improvements-release branch March 9, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintenance Discussion or action around maintaining astroid or the dev workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants