Skip to content

chore: sync main → develop after v0.9.1#765

Merged
chronoai-shining merged 2 commits into
developfrom
sync/post-release-v0.9.1
May 29, 2026
Merged

chore: sync main → develop after v0.9.1#765
chronoai-shining merged 2 commits into
developfrom
sync/post-release-v0.9.1

Conversation

@ornn-release-bot
Copy link
Copy Markdown
Contributor

⚠️ MUST be merged as a merge commit, not squash.

Auto-opened + auto-merged after v0.9.1 was tagged on main.
Brings the version bump + consumed CHANGELOG entries back to develop so subsequent work starts from the right version. Only delta vs develop is the release-bump commit.

Why merge commit (not squash)

A merge commit gives this PR two parents: the current develop tip and main's version-bump commit. That makes git merge-base(main, develop) = main's HEAD, so the next develop → main PR diff is clean (no "version change" that's already on both sides).

A squash-merge creates a brand-new commit on develop that has no parent link to main's bump commit. The two branches then carry the same file contents but diverged histories — every subsequent develop → main PR shows a phantom version bump until the histories rejoin.

The workflow's auto-merge step calls the GitHub merge API directly with merge_method: merge to enforce this. If you're ever merging this PR manually, click Create a merge commit, never Squash and merge.

chronoai-shining and others added 2 commits May 29, 2026 17:38
release: develop → main (v0.9.1 — hosted skill-CORS hotfix)
Co-authored-by: ornn-release-bot[bot] <283908294+ornn-release-bot[bot]@users.noreply.github.com>
@chronoai-shining chronoai-shining merged commit c4f87c0 into develop May 29, 2026
19 checks passed
@chronoai-shining chronoai-shining deleted the sync/post-release-v0.9.1 branch May 29, 2026 09:42
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