chore(release): prepare 3.1.15 - #263
Conversation
|
Warning Review limit reached
Next review available in: 54 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. 📝 WalkthroughWalkthroughThis release updates S1API to version 3.1.15, adds curated release notes, changes GitHub release publishing to use version-specific notes, and documents the updated release and hotfix procedures. ChangesRelease version and publishing
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant Workflow as publish-github-release.yml
participant Notes as Curated release notes
participant GitHub as GitHub release API
Workflow->>Notes: Read notes for RELEASE_VERSION
Notes-->>Workflow: Return content or missing-file result
Workflow->>GitHub: Publish selected release_notes
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@VERSIONING.md`:
- Around line 120-121: Update the stale release-note behavior statement in
VERSIONING.md to say that the workflow publishes the versioned curated Markdown
as the GitHub release body when the file exists, and falls back to
GitHub-generated notes only when it is absent.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: ab355bb2-e569-4d17-a4e8-4f2fa79849d1
📒 Files selected for processing (5)
.github/release-notes/3.1.15.md.github/workflows/publish-github-release.ymlS1API/S1API.csS1API/S1API.csprojVERSIONING.md
Summary
Validation
Release flow
After this PR merges with a merge commit,
releases/3.1.15will be fast-forwarded to the resultingstablecommit and that exact shared commit will be taggedv3.1.15.Summary by CodeRabbit