Skip to content

release: 20.1.2 - #438

Merged
sebyx07 merged 1 commit into
mainfrom
release/20.1.2
Sep 16, 2026
Merged

sebyx07 merged 1 commit into
mainfrom
release/20.1.2

Conversation

@sebyx07

@sebyx07 sebyx07 commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Lockstep patch bump publishing #437: the CI workflow x new writes gates each commit once (no duplicate push + pull_request run, superseded runs cancelled off the default branch, Bun install cache).

Produced by scripts/release.ts --bump patch; --check 20.1.2 is green, bun install --frozen-lockfile reports no changes.

🤖 Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

The lockstep patch bump that publishes #437. Every `bunx create-ultimate`
scaffold now gets a CI workflow that gates each commit once (a same-repo
pull_request run is skipped, superseded runs are cancelled off the default
branch, Bun's install cache is restored before bin/setup).

Patch rather than minor: no published API gained or lost a member; the
generated workflow and test-only fixes are the whole change.

Produced by scripts/release.ts --bump patch; no manifest was hand-edited.
scripts/release.ts --check 20.1.2 reports 31 packages stamped at 20.1.2 and
every file derived from them. bun install --frozen-lockfile reports no changes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@developerz-ai

developerz-ai Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

✅ Reviewed — nothing blocking

0 actionable comment(s) · grounded on your code

⚠️ 2 config note(s): 1 noise file(s) auto-skipped (lockfiles/generated/vendored — re-include with path_filters) · test files were not shown to the reviewer — this diff touched no path recognised as a test, so no assertion was available to read the change against

⏱ 2m 21s wall clock · MiniMax-M2 via minimax · 28 model call(s) · 23,188 output token(s) · 65 tok/s observed (slowest call 20s)

🤖 developerz.ai — automated review, running on your model and your box.

@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

  • Run on-demand review

On-demand reviews are free for the next 4 days. After that, they cost $0.25 per reviewed file.

Or wait 57 minutes for your next included review.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available. Your 85 included PR review attempts over the past 7 days set your current allowance at 1 review per hour.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: ASSERTIVE

Plan: Essentials

Run ID: 3de5adb5-2445-43be-a119-49eec77114ef

📥 Commits

Reviewing files that changed from the base of the PR and between e522f73 and d4ee49e.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock, !**/bun.lock
📒 Files selected for processing (46)
  • CHANGELOG.md
  • docker/helm/Chart.yaml
  • dummy/social-media-clone/package.json
  • dummy/social-media-clone/packages/i18n/package.json
  • examples/dummy/apps/admin/package.json
  • examples/dummy/apps/web/package.json
  • examples/dummy/package.json
  • examples/dummy/packages/core/package.json
  • examples/dummy/packages/db/package.json
  • examples/dummy/packages/domain/package.json
  • examples/dummy/packages/i18n/package.json
  • examples/dummy/packages/mcp/package.json
  • examples/dummy/packages/ui/package.json
  • framework.manifest.json
  • packages/action/package.json
  • packages/admin/package.json
  • packages/ai/package.json
  • packages/auth/package.json
  • packages/cache/package.json
  • packages/cli/package.json
  • packages/core/package.json
  • packages/create-ultimate/package.json
  • packages/db/package.json
  • packages/entity/package.json
  • packages/flags/package.json
  • packages/http/package.json
  • packages/i18n/package.json
  • packages/jobs/package.json
  • packages/mail/package.json
  • packages/manifest/package.json
  • packages/mcp/package.json
  • packages/money/package.json
  • packages/notify/package.json
  • packages/policy/package.json
  • packages/pwa/package.json
  • packages/query/package.json
  • packages/realtime/package.json
  • packages/render/package.json
  • packages/schema/package.json
  • packages/scraping/package.json
  • packages/seo/package.json
  • packages/storage/package.json
  • packages/testing/package.json
  • packages/time/package.json
  • packages/ui/package.json
  • wiki/_Footer.md

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

@developerz-ai developerz-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review summary — 46 file(s), 0 finding(s).

No findings from: framework-docs, packages-version-bumps, examples-dummy, deployment-config, concern-security, concern-tests (nothing to review: This diff contains only version bumps (20.1.1 → 20.1.2) across package.json files, CHANGELOG entries, helm chart, and framework.manifest.json. No test files, test logic, or test behavior is changed — it is purely a release publishing commit.), concern-api-contract, concern-style-nits (nothing to review: This is a pure version bump release. The diff contains only: (1) CHANGELOG.md adding the 20.1.2 release section, (2) docker/helm/Chart.yaml version update, (3) all package.json files updating version from 20.1.1 to 20.1.2, (4) framework.manifest.json buildId and version updates, (5) wiki/_Footer.md…), framework-docs (handoff) (nothing to review: The diff is a version bump release with consistent version references across all three files: CHANGELOG.md shows 20.1.2 dated 2026-09-16, framework.manifest.json has all 31 packages at version 20.1.2 (including tier 6 create-ultimate), and wiki/_Footer.md displays v20.1.2 with 'As of 2026-09' which…).

Config notes
  • 1 noise file(s) auto-skipped (lockfiles/generated/vendored — re-include with path_filters)
  • test files were not shown to the reviewer — this diff touched no path recognised as a test, so no assertion was available to read the change against

🤖 developerz.ai review — automated, running on your model and your box. What is this?
Reviewed by minimax/MiniMax-M2 on box Silent Ibis — 1.77M in / 23.2k out over 28 calls, ~$0.56 on your key (estimate: list price x reported tokens).

@sebyx07
sebyx07 merged commit 46aa5b9 into main Sep 16, 2026
9 checks passed
@sebyx07
sebyx07 deleted the release/20.1.2 branch September 16, 2026 14:58
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