fix(release): replace rebase with branch recreation to prevent PR merge conflicts #17
Reference in New Issue
Block a user
Delete Branch "fix-release-pr-conflicts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Delete and recreate the next-release branch from base on each run instead of
rebasing, which caused 409 conflicts on CHANGELOG.md. Add concurrency group
to prevent parallel workflow runs.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com