Skip to content

Replace nested two-level lists with bold section headers in changelogs#458

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/replace-secondary-list-in-log
Draft

Replace nested two-level lists with bold section headers in changelogs#458
Copilot wants to merge 2 commits intomainfrom
copilot/replace-secondary-list-in-log

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 24, 2026

Changelog files used a two-level list structure where top-level items served as section headings and second-level items held the actual entries. This converts all such files to use bold inline headers (**Section**) followed by flat lists.

Before:

- 启动器
    - GP-5851: 将 kala-compress 更新至 1.27.1-3 (by Glavo)
    - GP-5854: 将 twelvemonkeys 更新至 3.13.1 (by Glavo)
- 错误修复
    - GP-5910: 修复无法为 Minecraft 26.1.1 从官方源安装 NeoForge 的问题 (by Glavo)

After:

**启动器**

- GP-5851: 将 kala-compress 更新至 1.27.1-3 (by Glavo)
- GP-5854: 将 twelvemonkeys 更新至 3.13.1 (by Glavo)
**错误修复**

- GP-5910: 修复无法为 Minecraft 26.1.1 从官方源安装 NeoForge 的问题 (by Glavo)

Affected files — 14 files across _changelogs/stable/:

  • 3.6/3.6.16.md, 3.6.17.md, 3.6.18.md, 3.6.20.md
  • 3.7/3.7.5.md, 3.7.6.md
  • 3.8/3.8.1.md, 3.8.2.md
  • 3.9/3.9.1.md, 3.9.2.md
  • 3.10/3.10.1.md, 3.11/3.11.1.md, 3.12/3.12.4.md, 3.13.1/README.md

Existing blank lines between sections and multi-line list item continuations are preserved.

Copilot AI linked an issue Apr 24, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Replace secondary list format in update logs Replace nested two-level lists with bold section headers in changelogs Apr 24, 2026
Copilot AI requested a review from Glavo April 24, 2026 12:42
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