Skip to content

chore: sync the v1.1.5 promotion merge into development - #450

Merged
mohanagy merged 1 commit into
developmentfrom
chore/sync-main-ancestry-v115
Sep 11, 2026
Merged

mohanagy merged 1 commit into
developmentfrom
chore/sync-main-ancestry-v115

Conversation

@mohanagy

Copy link
Copy Markdown
Owner

Refs #447. Restores branch containment after the v1.1.5 release.

Why

main accumulates promotion merge commits that development never receives — here 6463ff9 from the v1.1.5 promotion (#449). Left alone the two persistent branches drift by identity every release, which is what makes a promotion PR report BEHIND. Same reconciliation as #444 and the earlier chore/sync-main-* branches.

Content-neutral

This is a fast-forward: development was fully contained in main, so the merge introduces no file changes at all (git diff against the pre-merge head is empty) and only advances ancestry. git merge-base --is-ancestor origin/main HEAD passes.

Merge with a merge commit, not a squash — squashing would create a new SHA and leave main's commits outside development's ancestry, which is exactly the drift this fixes.

🤖 Generated with Claude Code

chore(release): promote v1.1.5 to main
@mohanagy
mohanagy merged commit 3c6298b into development Sep 11, 2026
33 of 35 checks passed
@mohanagy
mohanagy deleted the chore/sync-main-ancestry-v115 branch September 11, 2026 05:10

This branch was successfully deployed

1 active deployment
npm — 6463ff95 Deployed Sep 11, 2026 by mohanagy via Publish to npm #23
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