Skip to content

ci: fix release/next checkout so Automated Release can push it#36

Merged
antonbabenko merged 1 commit into
masterfrom
ci/release-flow-fix2
May 24, 2026
Merged

ci: fix release/next checkout so Automated Release can push it#36
antonbabenko merged 1 commit into
masterfrom
ci/release-flow-fix2

Conversation

@antonbabenko
Copy link
Copy Markdown
Owner

Second follow-up. #35 removed the branch checkout, so the changelog action's git push origin release/next failed (src refspec release/next does not match any) when #33 merged - so v1.16.0 was NOT released. Fix: check out release/next from master HEAD, pre-push it, and track origin/release/next (never master). Merging this re-triggers the release and should cut v1.16.0 (the #33 feat is still unreleased).

…ush it

Prior fix removed the checkout, so the action's 'git push origin release/next' had no local ref (src refspec does not match). Create release/next from master HEAD, push it, and set its upstream to origin/release/next so both 'git pull --ff-only' and the explicit push succeed (never tracks master).
@antonbabenko antonbabenko merged commit 6e1a6d8 into master May 24, 2026
1 check passed
@antonbabenko antonbabenko deleted the ci/release-flow-fix2 branch May 24, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant