Skip to content

chore: sync main → develop after v0.13.0#1132

Merged
chronoai-shining merged 2 commits into
developfrom
sync/post-release-v0.13.0
Jun 16, 2026
Merged

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

Conversation

@ornn-release-bot

Copy link
Copy Markdown
Contributor

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

Auto-opened + auto-merged after v0.13.0 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 June 16, 2026 15:12
Release v0.13.0 — skill & skillset permissions
Co-authored-by: ornn-release-bot[bot] <283908294+ornn-release-bot[bot]@users.noreply.github.com>
@chronoai-shining chronoai-shining merged commit a8eb643 into develop Jun 16, 2026
21 checks passed
@chronoai-shining chronoai-shining deleted the sync/post-release-v0.13.0 branch June 16, 2026 07:18
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