Skip to content

Commit 5a90d9d

Browse files
authored
chore(agents): place Polish before Bug Fixes in changelog sections (#1527)
1 parent 7ce3c2d commit 5a90d9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.agents/skills/sync-changelog/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ The docs changelog uses five section types:
148148
| English section | Chinese section | Meaning |
149149
|---|---|---|
150150
| `### Features` | `### 新功能` | New user-facing functionality, such as a new command, flag, mode, or capability that did not exist before |
151-
| `### Bug Fixes` | `### 修复` | Fixes for behavior that was broken |
152151
| `### Polish` | `### 优化` | User-visible improvements to existing functionality, including UX adjustments, behavior tweaks, and performance improvements that are not fixes or new capabilities |
152+
| `### Bug Fixes` | `### 修复` | Fixes for behavior that was broken |
153153
| `### Refactors` | `### 重构` | Internal changes with no user-visible behavior change, including build, CI, tests, dependency cleanup, and internal renames |
154154
| `### Other` | `### 其他` | Anything that does not fit above, such as CDN/endpoint swaps and docs-related artifacts |
155155

@@ -176,7 +176,7 @@ Keyword hints:
176176
Within each version, section order is:
177177

178178
```text
179-
Features → Bug Fixes → Polish → Refactors → Other
179+
Features → Polish → Bug Fixes → Refactors → Other
180180
```
181181

182182
Omit empty sections. Within each section, order entries by reader value, not upstream order:

0 commit comments

Comments
 (0)