ci: release-please bumps 0.x minor and advertised version - #425
Conversation
feat commits now bump 0.Y.0 (not 0.1.x). /api and MCP serverInfo read packages/api/src/lib/version.ts, which extra-files rewrites when the standing release PR is merged (human only) and tagged. Co-Authored-By: Duyet Le <me@duyet.net> Co-Authored-By: duyetbot <bot@duyet.net>
|
Warning Review limit reached
Next review available in: 46 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (13)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Reviewer's GuideWire the public API and MCP server to a single source-of-truth product version constant managed by release-please, update Release Please configuration and documentation to reflect the 0.x semver bump rules and workflow, and adjust tests and docs accordingly. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Summary
#242(chore(main): release X.Y.Z). A human merge tagsvX.Y.Zand publishes the GitHub Release. Not auto-merged.bump-patch-for-minor-pre-majoris nowfalse, so in 0.xfeat→ minor (0.1→0.2) andfix→ patch. After this lands, the next release-please run will rewrite chore(main): release 0.2.0 #242 to 0.2.0 (there have been feats since 0.1.4).0.1.0./apiand MCPserverInforeadpackages/api/src/lib/version.ts(currently0.1.4). extra-files also updateversion.txt, the stdio MCP package, and dashboardpackage.jsonversion on the release PR.Test plan
cd packages/api && bunx vitest run test/health.test.ts test/mcp.test.ts(15 passed)chore(main): release 0.2.0(do not merge that PR here)v0.2.0and/apireports"version": "0.2.0"on the following deploySummary by Sourcery
Centralize product versioning and wire the API, MCP server, and docs to the release-please managed semver rather than hardcoded values.
New Features:
Enhancements:
Build:
CI:
Documentation:
Tests: