Skip to content

docs(release-notes): fix misplaced 1.34.0 entries under Unreleased EN/ZH changelogs#1885

Merged
liruifengv merged 1 commit intomainfrom
fix-docs-changelog
Apr 15, 2026
Merged

docs(release-notes): fix misplaced 1.34.0 entries under Unreleased EN/ZH changelogs#1885
liruifengv merged 1 commit intomainfrom
fix-docs-changelog

Conversation

@liruifengv
Copy link
Copy Markdown
Collaborator

@liruifengv liruifengv commented Apr 15, 2026

Fix misplaced 1.34.0 entries under Unreleased EN/ZH changelogs

Related Issue

Resolve #(issue_number)

Description

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked the related issue, if any.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have run make gen-changelog to update the changelog.
  • I have run make gen-docs to update the user documentation.

Open with Devin

Copilot AI review requested due to automatic review settings April 15, 2026 03:10
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 under Unreleased.
  • 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.

Comment on lines 5 to +8
## 未发布

## 1.34.0 (2026-04-14)

Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Comment on lines 5 to +8
## Unreleased

## 1.34.0 (2026-04-14)

Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@liruifengv liruifengv merged commit 934ebbb into main Apr 15, 2026
14 checks passed
@liruifengv liruifengv deleted the fix-docs-changelog branch April 15, 2026 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants