docs(release-notes): fix misplaced 1.34.0 entries under Unreleased EN/ZH changelogs#1885
docs(release-notes): fix misplaced 1.34.0 entries under Unreleased EN/ZH changelogs#1885liruifengv merged 1 commit intomainfrom
Conversation
… EN/ZH changelogs
There was a problem hiding this comment.
Pull request overview
Fixes the release-notes changelog formatting so that the 1.34.0 entries are correctly grouped under a ## 1.34.0 (2026-04-14) section instead of living under Unreleased, for both English and Chinese documentation.
Changes:
- Add a
1.34.0 (2026-04-14)heading to the English changelog so the existing bullets are no longer underUnreleased. - Add the corresponding
1.34.0 (2026-04-14)heading to the Chinese changelog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/en/release-notes/changelog.md | Inserts the 1.34.0 section header so release entries are correctly categorized outside Unreleased. |
| docs/zh/release-notes/changelog.md | Mirrors the 1.34.0 section header placement in the Chinese translation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## 未发布 | ||
|
|
||
| ## 1.34.0 (2026-04-14) | ||
|
|
There was a problem hiding this comment.
Per the docs authoring guide, the Chinese changelog should be translated from the English changelog (which is synced from the root CHANGELOG.md). If this section was misplaced due to sync issues, consider regenerating the English changelog from CHANGELOG.md first and then updating the Chinese translation accordingly, so future syncs don’t reintroduce the mismatch.
| ## Unreleased | ||
|
|
||
| ## 1.34.0 (2026-04-14) | ||
|
|
There was a problem hiding this comment.
docs/en/release-notes/changelog.md is auto-generated from the root CHANGELOG.md via docs/scripts/sync-changelog.mjs (see docs/AGENTS.md). To avoid the change being overwritten on the next docs build, please apply this fix in CHANGELOG.md and regenerate this file by running npm run sync (or the documented make gen-changelog flow), then commit the regenerated output.
Fix misplaced 1.34.0 entries under Unreleased EN/ZH changelogs
Related Issue
Resolve #(issue_number)
Description
Checklist
make gen-changelogto update the changelog.make gen-docsto update the user documentation.