fix(release): replace rebase with branch recreation to prevent PR merge conflicts #17

Merged
argoyle merged 1 commits from fix-release-pr-conflicts into main 2026-02-12 11:02:44 +00:00

1 Commits

Author SHA1 Message Date
argoyle 4688810928 fix(release): replace rebase with branch recreation to prevent PR merge conflicts
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>
2026-02-12 12:02:01 +01:00