Skip to content

Invariant #1 violation: main not ancestor of next #142

@github-actions

Description

@github-actions

Invariant #1 violation: commits on main not in next

The release workflow's back-merge step failed silently (or
someone pushed to main without running hotfix-finish).
Until this resolves, the next live promotion's
git merge --ff-only will reject.

Commits on main missing from next (git log next..main)

38eb6ec chore: bump platform to v1.8.15

Fix

node scripts/release-promote.mjs hotfix-finish

Or manually:

git checkout next && git pull --ff-only
git merge origin/main --no-ff -m 'merge main into next (invariant restoration)'
git push origin next

This issue was opened by the invariant-sentry workflow
and will be auto-closed when the next run sees the
invariant restored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ci-sentryIssues opened by the invariant-sentry CI workflow

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions