Skip to content

Commit cd98f25

Browse files
committed
Document Pro changelog rename in Phase 6
Update Phase 6 checklist and CLAUDE.md to reflect that the Pro changelog will be moved from react_on_rails_pro/CHANGELOG.md to CHANGELOG_PRO.md at the root during Phase 6. This makes both changelogs siblings at the root level, consistent with the monorepo sibling structure philosophy.
1 parent 5b8b674 commit cd98f25

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

PHASE_6_CHECKLIST.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,13 @@ Most should still work, but verify paths like:
353353

354354
### 7.2: Handle Remaining Files
355355

356+
- [ ] **CHANGELOG.md**: Move to root as CHANGELOG_PRO.md:
357+
358+
```bash
359+
# Move Pro changelog to root as sibling
360+
git mv react_on_rails_pro/CHANGELOG.md CHANGELOG_PRO.md
361+
```
362+
356363
- [ ] **README.md**: Move valuable content to root README or docs/:
357364

358365
```bash
@@ -440,7 +447,9 @@ Most should still work, but verify paths like:
440447
grep -r "react_on_rails_pro/" docs/ --include="*.md"
441448
```
442449

443-
- [ ] Update CLAUDE.md if it references old paths
450+
- [ ] Update CLAUDE.md:
451+
- Update changelog section to reference `/CHANGELOG_PRO.md`
452+
- Update any paths referencing old structure
444453
- [ ] Update CONTRIBUTING.md
445454
- [ ] Update any README files
446455

0 commit comments

Comments
 (0)