chore: remove CHANGELOG.md in favor of generated release notes - #2922
Merged
Merged
Conversation
thymikee
force-pushed
the
chore/remove-changelog
branch
from
September 24, 2026 16:27
5016c73 to
1bd8dc8
Compare
|
Size Report
Startup median (7 runs, lower is better):
|
This was referenced Sep 24, 2026
This was referenced Sep 24, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove
CHANGELOG.md. Release notes come from GitHub's generated notes, built from PR titles. Nothing reads the file.The file stopped working as a changelog. Everything from 0.15.0 to 0.21.13 sat under one
Unreleasedheading, so it could not tell a reader which release shipped a change. Every PR also added an entry at the same line, which caused rebase conflicts and bad merges: #2901's rebase conflicted only there, and #2865's rebase pasted stale lines back in.Also:
CHANGELOG.mdfrompaths-ignore, and the root-docs pin test drops it from its list.Put user-impact prose in the PR body. Open PRs that add a CHANGELOG entry drop that hunk on rebase.
9 files touched.
Validation
At 5016c73:
pnpm check:affected --runpassed. After the rebase onto main (1bd8dc8; the only conflict was the deleted CHANGELOG), the full gate hit contention failures on a heavily loaded host (load average above 500). The two checks it reported,check:tmpdir-leaks:testand thescripts/gatetests, both passed when run alone. Docs and CI config only, so no device run applies.