Loading...
Loading...
Compare original and translation side by side
CHANGELOG.md
changelog.md
docs/changelog.md
docs/CHANGELOG.md
src/pages/changelog.md
src/content/changelog.mdx
content/changelog.mdglob**/changelog.{md,mdx}**/CHANGELOG.{md,mdx}CHANGELOG.md
changelog.md
docs/changelog.md
docs/CHANGELOG.md
src/pages/changelog.md
src/content/changelog.mdx
content/changelog.mdglob**/changelog.{md,mdx}**/CHANGELOG.{md,mdx}undefinedundefined
Extract:
- **Version number** (e.g., `1.2.0`) — for determining the next version
- **Date** (e.g., `2025-01-15`) — for scoping the git log
If the changelog is empty or has only an `[Unreleased]` header, use the repo's earliest tag or first commit as the boundary.
提取以下信息:
- **版本号**(例如:`1.2.0`)——用于确定下一个版本
- **日期**(例如:`2025-01-15`)——用于限定Git日志的范围
如果变更日志为空或仅包含`[Unreleased]`标题,则使用仓库最早的标签或首次提交作为边界。git log --oneline --no-merges --after="YYYY-MM-DD" HEADYYYY-MM-DDgit tag -l --sort=-creatordate | head -5git log --oneline --no-merges --after="YYYY-MM-DD" HEADYYYY-MM-DDgit tag -l --sort=-creatordate | head -5| Category | What belongs here |
|---|---|
| Added | New features, new pages, new API endpoints |
| Changed | Updates to existing functionality, behavior changes, dependency updates |
| Deprecated | Features marked for future removal |
| Removed | Deleted features, removed pages, dropped support |
| Fixed | Bug fixes, typo corrections, broken link repairs |
| Security | Vulnerability patches, security improvements |
| 类别 | 包含内容 |
|---|---|
| Added(新增) | 新功能、新页面、新API端点 |
| Changed(变更) | 现有功能更新、行为变更、依赖项更新 |
| Deprecated(弃用) | 标记为未来将移除的功能 |
| Removed(移除) | 删除的功能、移除的页面、终止的支持 |
| Fixed(修复) | 漏洞修复、拼写错误修正、失效链接修复 |
| Security(安全) | 漏洞补丁、安全改进 |
# Changelog## [Unreleased]undefined# Changelog## [Unreleased]undefined
**Writing rules:**
- Each bullet is one sentence, starting with a past-tense verb (Added, Updated, Fixed, Removed)
- Write for the end user of the documentation site, not for developers
- Link to relevant pages or PRs where helpful: `Fixed broken link on [Getting Started](/docs/getting-started) page`
- Keep entries scannable — no paragraphs, no sub-bullets
- Use the project's existing tone (scan prior entries to match)
- Today's date for the entry date unless the user specifies otherwise
**撰写规则:**
- 每个项目符号为一句话,以过去式动词开头(Added、Updated、Fixed、Removed)
- 面向文档站点的最终用户撰写,而非开发者
- 如有帮助,可链接到相关页面或PR:`Fixed broken link on [Getting Started](/docs/getting-started) page`(修复了[快速入门](/docs/getting-started)页面上的失效链接)
- 保持条目易于扫描——不要使用段落,不要使用子项目符号
- 匹配项目现有的语气(查看之前的条目以保持一致)
- 除非用户指定,否则条目日期使用当前日期[1.3.0]: https://github.com/org/repo/compare/v1.2.0...v1.3.0[1.3.0]: https://github.com/org/repo/compare/v1.2.0...v1.3.0