Conversation
…log.md Phase C of #127 — final docs-side step of the changelog.md collapse. - SUMMARY.md: [Changelog](detailed_changelog.md) -> [Changelog](changelog.md) - delete detailed_changelog.md (ror-api writes the detailed render to changelog.md as of Phase B / #126). Gated: merge only AFTER Phase B (#126) is deployed and has rendered changelog.md to master — else SUMMARY points at a missing file. GitBook source flip is manual (Simone owns the account). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…epoint-delete-detailed # Conflicts: # detailed_changelog.md
…ete-detailed chore(#128): repoint SUMMARY → changelog.md + delete detailed_changelog.md (Phase C)
📝 WalkthroughWalkthroughThis PR updates documentation links and adds release notes. SUMMARY.md is redirected to consolidate changelog references, and changelog.md receives an auto-generation notice plus a new ROR 1.70.1 release section documenting a security fix and two bug fixes. ChangesChangelog Documentation Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 `@changelog.md`:
- Line 5: The release heading currently uses "### (2026-06-12) What's new in
**ROR 1.70.1**" which skips an h2 and triggers lint warnings; change that
heading token from "###" to "##" so the document goes from the top-level "#
Changelog" to a proper h2 for the new release section.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| # Changelog | ||
|
|
||
| ### (2026-06-12) What's new in **ROR 1.70.1** |
There was a problem hiding this comment.
Fix the heading level for the new release section.
### jumps straight from the document’s # Changelog title to an h3, which breaks the heading hierarchy and triggers the markdown lint warning. Use ## here instead.
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 5-5: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
🤖 Prompt for 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.
In `@changelog.md` at line 5, The release heading currently uses "### (2026-06-12)
What's new in **ROR 1.70.1**" which skips an h2 and triggers lint warnings;
change that heading token from "###" to "##" so the document goes from the
top-level "# Changelog" to a proper h2 for the new release section.
Source: Linters/SAST tools
Advances
develop(the GitBook-published branch) up tomaster— the publish step of the changelog.md collapse (umbrella beshu-tech/ror-api#127).developis currently a clean ancestor ofmaster(0 ahead), so this is a fast-forward — no conflicts. It brings ontodevelop/ GitBook:changelog.md(ror-api's detailed render, with the generated-file disclaimer header)SUMMARY.md→[Changelog](changelog.md)(Phase C, chore(#128): repoint SUMMARY → changelog.md + delete detailed_changelog.md (Phase C) #322)detailed_changelog.md(Phase C, chore(#128): repoint SUMMARY → changelog.md + delete detailed_changelog.md (Phase C) #322)After this merges, docs.readonlyrest.com serves the changelog from
changelog.mdand the olddetailed_changelog.mdis gone — the two-overlapping-files issue Mateusz flagged is fully resolved. No manual SUMMARY edit needed.Summary by CodeRabbit
Bug Fixes
Documentation