-
-
Notifications
You must be signed in to change notification settings - Fork 636
Open
Labels
Description
Summary
Currently we maintain two separate changelogs:
/CHANGELOG.md- Open source React on Rails/react_on_rails_pro/CHANGELOG.md- Pro features
Proposal
Merge Pro entries into the main CHANGELOG.md with a #### Pro subcategory under each release version.
Benefits
- Fix diff links - Currently diff links between versions don't work correctly across separate files
- Marketing benefit - Users see Pro features in the same changelog and may want to upgrade
- Simpler maintenance - One file to update instead of two
- Better discoverability - Pro users see all changes in one place
Implementation
- Add
#### Prosubcategory under each release version in CHANGELOG.md - Move relevant Pro entries from
react_on_rails_pro/CHANGELOG.md - Potentially deprecate the separate Pro changelog
- Update documentation about changelog conventions in CLAUDE.md
Context
This came up during changelog curation for v16.2.0.beta.13 release, where Pro-only PRs (#2139, #2137) needed to be tracked separately, and the diff links between versions were problematic.
Filed from branch jg/changelog-beta13
coderabbitai