Skip to content

chore: sync main release history into development - #444

Merged
mohanagy merged 4 commits into
developmentfrom
chore/sync-main-ancestry-v114
Sep 10, 2026
Merged

mohanagy merged 4 commits into
developmentfrom
chore/sync-main-ancestry-v114

Conversation

@mohanagy

@mohanagy mohanagy commented Sep 10, 2026 •

Copy link
Copy Markdown
Owner

Refs #441. Restores branch containment after the v1.1.4 release.

Why

main accumulates promotion merge commits that development never receives — ea1cbf8 from the v1.1.3 promotion and now 3af8b22 from v1.1.4. Left alone, the two persistent branches drift by identity every release, which is what made #443 report BEHIND. This is the same reconciliation as the earlier chore/sync-main-history-* and chore/sync-main-ancestry-* branches.

Content-neutral

The merges introduce no file changes — git diff between the pre-merge head and each merge commit is empty. They only restore ancestry, so main becomes an ancestor of development again (git merge-base --is-ancestor origin/main HEAD now passes).

Merge this 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

mohanagy and others added 2 commits August 23, 2026 17:08
Brings the v1.1.3 promotion merge (ea1cbf8) into development's ancestry so the
two persistent branches do not drift by identity. Content-neutral: the merge
introduces no file changes, it only restores containment so promotion PRs stop
reporting BEHIND.

Refs #441

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
chore(release): promote v1.1.4 to main
Brings 3af8b22 (the development-to-main promotion for v1.1.4) into
development's ancestry alongside ea1cbf8 from v1.1.3, so the two persistent
branches stop drifting by identity. Content-neutral.

Refs #441
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Comment @coderabbitai help to get the list of available commands.

@mohanagy
mohanagy merged commit 5bd7510 into development Sep 10, 2026
12 checks passed
@mohanagy
mohanagy deleted the chore/sync-main-ancestry-v114 branch September 10, 2026 21:46
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