You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release: clean git worktree before checking for missing backports
Previously, we used `git status --porcelain` to check for uncommitted
changes in the worktree. However, this approach was not reliable, as it
could lead to false positives or negatives in certain situations.
Instead, we now use `git clead -fd` to explicitly clean the worktree
before checking for missing backports.
Epic: none
Release note: none
0 commit comments