docs(release): reshape release notes for 0.10+#201
Merged
Conversation
From 0.10 on, the GitHub Release body no longer carries the early-preview caveat. Removes the banner from RELEASE_NOTES.md — it lived only in the release-notes template (the CHANGELOG and website changelog never had it). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The website-changelog pointer moves to the top of the Release body and becomes
two markdown links — `[English](…) · [简体中文](…)` — each deep-linking to this
version on its locale's changelog (EN root, ZH under /zh/). release.yml fills the
new `%%CHANGELOG_URL_EN%%` / `%%CHANGELOG_URL_ZH%%` placeholders; sync-docs already
emits the `{#v…}` anchor on both locales. packaging-release.md updated.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Trim the wordy "This release on the website changelog:" lead-in to a concise "Full changelog:" — the language links and the deep-link anchor already carry the rest of the meaning. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Reshapes the GitHub Release notes template from 0.10 on. Source-of-truth changes for future releases; the already-published v0.10.0 Release body has been edited by hand to match.
Changes
📖 This release on the website changelog: [English](…/changelog#v0-10-0) · [简体中文](…/zh/changelog#v0-10-0)Each deep-links to this version on its locale's page (EN root, ZH under
/zh/).release.ymlcomputes the slug from the tag and fills the new%%CHANGELOG_URL_EN%%/%%CHANGELOG_URL_ZH%%placeholders;sync-docs.mjsalready emits the stable{#v…}anchor on both locales.packaging-release.mddocuments the rule.Verification
Locally assembled the v0.10.0 body with the new template (awk section extract + placeholder fill) — no residual
%%…%%, links resolve to#v0-10-0on both locales — and applied it to the live v0.10.0 Release.🤖 Generated with Claude Code