Removing Arena Bench Score Files - #2886
Closed
macanderson wants to merge 2 commits into
Closed
Conversation
…s-page section The `release.minor` prefix is the part that does the work: auto-tag.yml computes the next version from the newest tag (v0.8.44), not from Cargo.toml, and reads the bump marker from the subjects of every commit since that tag. So the stamp below records the intent and this subject is what makes the next release v0.9.0 — after which the ordinary per-merge patch bumps run 0.9.1, 0.9.2, … off the corrected minor. - scripts/sync-versions.sh stamps 0.9.0: [workspace.package].version, the workspace-member entries in Cargo.lock, and the build-from-source Homebrew formula. Running the canonical script rather than hand-editing four places keeps this byte-identical in effect to the release commit auto-tag will cut. - CHANGELOG.md gains the [0.9.0] section covering the whole 0.8 line (123 non-release commits, v0.8.0..HEAD). This is the "release PR that deliberately writes its own section" exception in CHANGELOG.md's contributor note: changelog-roll.sh is idempotent and leaves a version that already has a section alone, so the roll at release time will not duplicate or overwrite it. That section IS the website release page — /releases is a static server component over getReleases(), which parses this file at build time, so there is no second copy under website/ to keep in sync. - website/src/lib/changelog.0-9-0.test.ts is the witness, following the changelog.0-8-0.test.ts pattern, plus one assertion that file cannot carry: that [0.9.0] is releases[0]. /releases takes the first parsed section as the current line, so a hand-written section appended at the bottom parses cleanly and still renders the previous line as current. Witness: the two new tests fail on HEAD (`git show HEAD:CHANGELOG.md` contains no `## [0.9.0]` heading) and pass here — `npm test` in website/, 18 passing.
macanderson
marked this pull request as ready for review
August 11, 2026 22:41
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.
DELETE ARENABENCH RESULT FILES NOW GITIGNORED