Remove stub changelog#1276
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1276 +/- ##
==========================================
+ Coverage 43.35% 44.21% +0.86%
==========================================
Files 305 304 -1
Lines 32816 27713 -5103
==========================================
- Hits 14226 12254 -1972
+ Misses 17677 14728 -2949
+ Partials 913 731 -182
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Removes the repository’s stub CHANGELOG.md now that release notes are auto-generated, and updates contributor/releasing documentation to eliminate references to maintaining a changelog (per #1275).
Changes:
- Remove the
CHANGELOG.mdfile from the repository. - Update
RELEASING.mdto stop instructing authors to curate changes from the changelog for PR descriptions. - Update
CONTRIBUTING.mdto remove guidance telling contributors to updateCHANGELOG.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| RELEASING.md | Removes the step referencing curated changes from CHANGELOG.md. |
| CONTRIBUTING.md | Removes contributor instruction to update CHANGELOG.md. |
| CHANGELOG.md | Deletes the stub changelog file entirely. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Resolve #1275