Skip to content

fix(release): reset premain manifest baseline#76

Merged
paytheory merged 1 commit intostagingfrom
fix/reset-premain-manifest
Feb 14, 2026
Merged

fix(release): reset premain manifest baseline#76
paytheory merged 1 commit intostagingfrom
fix/reset-premain-manifest

Conversation

@aron23
Copy link
Copy Markdown
Contributor

@aron23 aron23 commented Feb 14, 2026

Why

The staging -> premain promotion PR (#75) is failing rubric COM-1 (scripts/verify-version-alignment.sh) because:

  • ts/package.json / py/src/theorydb_py/version.json are at the latest stable 1.3.0 (post-release sync from main), but
  • .release-please-manifest.premain.json is still 1.3.0-rc.2.

Per docs/development/planning/theorydb-branch-release-policy.md: after cutting a stable release, reset .release-please-manifest.premain.json to the latest stable version to start the next prerelease cycle from the correct baseline.

What

  • Set .release-please-manifest.premain.json to 1.3.0 so premain version alignment checks pass when promoting staging.

Verification

  • GITHUB_BASE_REF=premain bash scripts/verify-version-alignment.sh
  • GITHUB_BASE_REF=premain bash scripts/verify-branch-version-sync.sh

@paytheory paytheory merged commit 33cf3bc into staging Feb 14, 2026
8 checks passed
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.

2 participants