chore(release): bump to 8.0.0-rc.15 - #266
Conversation
Release 8.0.0-rc.15. Merging publishes `prisma` and `@prisma/cli` under `latest` and creates the GitHub pre-release. Ships `--format markdown` on every command via `@prisma/cli-engine` 0.4.0 (#260), and `@prisma/composer-cli` 0.20.0 and `@prisma/orm-toolchain` 8.0.0-rc.11 (#265), both peering engine 0.4.0. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
Both families now peer `@prisma/cli-engine` 0.4.0 (`@prisma/composer-cli` 0.20.0 and `@prisma/orm-toolchain` 8.0.0-rc.11, pinned by #265), so the two `PinException` entries recorded for the transition are no longer needed. The list is empty again. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. Summary by CodeRabbit
WalkthroughThe release candidate version changes from Priority: ➖ Normal Merge Risk: ⚪ Minimal · up to The release candidate metadata and conformance changes are consistent and ready for merge. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (9 skipped: 9 unsupported.)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
commit: |
Release 8.0.0-rc.15. Merging publishes
prismaand@prisma/cliunderlatestand creates the GitHub pre-release.@prisma/cli-engine0.4.0 is already published, so the release run treats it as done. See docs/oss/versioning.md.What this release ships, everything merged since rc.14:
--format markdownon every command via@prisma/cli-engine0.4.0 (feat(engine):--format markdown, a third output format for agents #260): a third output format for agents, alongside text and JSON.--formatwins over--json; markdown escapes backslashes and sizes backtick delimiters from content.@prisma/composer-cli0.20.0 and@prisma/orm-toolchain8.0.0-rc.11 (Follow the products' released versions: @prisma/composer-cli 0.19.0 -> 0.20.0; @prisma/orm-toolchain 8.0.0-rc.10 -> 8.0.0-rc.11; @prisma/composer 0.19.0 -> 0.20.0 #265), both peering engine 0.4.0. This finishes the 0.3.0 → 0.4.0 engine transition.--format markdown, a third output format for agents #260 recorded two transition exceptions (families still peering engine 0.3.0); both families have republished peering 0.4.0, so the second commit deletes them.pnpm check:conformanceon the release channel reports: 5 subjects checked, nothing to report.Local verification: build, typecheck (9/9), lint,
test:scripts(80 passed),@prisma/clitests (964 passed, 2 skipped), and release-channel conformance all green.🤖 Generated with Claude Code