Skip to content

Commit 164a49d

Browse files
authored
Update changelog and fix CI formatting issues (#1796)
- Add changelog entry for doctor rake task fix (PR #1795) - Add CLAUDE.md and docs/contributor-info/coding-agents-guide.md to .prettierignore - Resolves CI formatting failures on internal documentation files
1 parent 540cace commit 164a49d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ spec/dummy/public
1919
*.yaml
2020
# Intentionally invalid
2121
spec/react_on_rails/fixtures/i18n/locales_symbols/
22+
23+
# Internal documentation - ignore formatting
24+
CLAUDE.md
25+
docs/contributor-info/coding-agents-guide.md

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th
2323

2424
Changes since the last non-beta release.
2525

26+
#### Bug Fixes
27+
28+
- **Doctor rake task**: Fixed LoadError in `rake react_on_rails:doctor` when using packaged gem. The task was trying to require excluded `rakelib/task_helpers` file. [PR 1795](https://github.com/shakacode/react_on_rails/pull/1795)
29+
2630
### [16.0.1-rc.0] - 2025-09-19
2731

2832
#### Pro License Structure Implementation

0 commit comments

Comments
 (0)