docs-changelog by google-gemini/gemini-cli
npx skills add https://github.com/google-gemini/gemini-cli --skill docs-changelog标准化基于自动化发布信息更新更新日志文件(latest.md、preview.md、index.md)的流程。
v0.28.0、v0.29.0-preview.2)。2026-02-12T20:33:15Z)。latest.md 和 preview.md 重点内容指南广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
**新功能:** 简要描述...)。.gemini/skills/docs-changelog/references/highlights_examples.md 以了解正确的风格和语气。version 字符串确定发布路径。
version 包含 "nightly",停止。不进行任何更改。version 以 .0 结尾,遵循 路径 A:新次要版本 流程。version 不以 .0 结尾,遵循 路径 B:补丁版本 流程。TIME 输入转换为两种格式以备后用:yyyy-mm-dd 和 Month dd, yyyy。BODY 内容保存到临时文件进行处理。[#12345](URL))。如果版本号以 .0 结尾,请使用此路径。
重要: 根据版本,您必须选择遵循 A.1 节(稳定版本)或 A.2 节(预览版本)。请勿遵循另一节的说明。
v0.28.0)对于稳定版本,您将从更新日志生成两个不同的摘要:一个是用于主更新日志页面的简洁公告,另一个是用于特定版本页面的更详细的亮点部分。
为 index.md 创建公告:
docs/changelogs/index.md 中的现有公告以及 .gemini/skills/docs-changelog/references/index_template.md 中的示例作为指南。此格式包含 PR 链接和作者。请坚持使用 1 或 2 个 PR 链接和作者。docs/changelogs/index.md 的顶部。创建亮点并更新 latest.md:
latest.md 和 preview.md 重点内容指南”部分的指南。.gemini/skills/docs-changelog/references/latest_template.md 的内容。version、release_date、生成的 highlights 以及来自临时文件的处理内容填充模板。docs/changelogs/latest.md 的内容为填充好的模板。v0.29.0-preview.0)preview.md:
.gemini/skills/docs-changelog/references/preview_template.md 的内容。version、release_date、生成的 highlights 以及来自临时文件的处理内容填充模板。docs/changelogs/preview.md 的内容为填充好的模板。如果版本号不以 .0 结尾,请使用此路径。
重要: 根据版本,您必须选择遵循 B.1 节(稳定补丁)或 B.2 节(预览补丁)。请勿遵循另一节的说明。
v0.28.1)docs/changelogs/latest.md# 最新稳定版本:{{version}}发布日期:{{release_date_month_dd_yyyy}}latest.md 中现有的“更新内容”列表。不要更改或替换现有列表,仅添加到其开头。...{previous_version} 的最后一部分,并将其更新为 ...{version}。示例:假设补丁版本是 v0.29.1。将 完整更新日志:https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.0 更改为 完整更新日志:https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.1
v0.29.0-preview.3)docs/changelogs/preview.md# 预览版本:{{version}}发布日期:{{release_date_month_dd_yyyy}}preview.md 中现有的“更新内容”列表。不要更改或替换现有列表,仅添加到其开头。...{previous_version} 的最后一部分,并将其更新为 ...{version}。示例:假设补丁版本是 v0.29.0-preview.1。将 完整更新日志:https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.0-preview.0 更改为 完整更新日志:https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.0-preview.1
npm run format 仅以确保一致性。每周安装量
430
代码库
GitHub 星标数
98.9K
首次出现
2026年2月6日
安全审计
安装于
gemini-cli381
codex378
opencode378
github-copilot369
kimi-cli364
amp361
To standardize the process of updating changelog files (latest.md, preview.md, index.md) based on automated release information.
v0.28.0, v0.29.0-preview.2).2026-02-12T20:33:15Z).latest.md and preview.md Highlights**New Feature:** A brief description...)..gemini/skills/docs-changelog/references/highlights_examples.md for the correct style and tone.version string.
version contains "nightly", STOP. No changes are made.version ends in .0, follow the Path A: New Minor Version procedure.version does not end in .0, follow the Path B: Patch Version procedure.TIME input into two formats for later use: yyyy-mm-dd and Month dd, yyyy.Use this path if the version number ends in.0.
Important: Based on the version, you must choose to follow either section A.1 for stable releases or A.2 for preview releases. Do not follow the instructions for the other section.
v0.28.0)For a stable release, you will generate two distinct summaries from the changelog: a concise announcement for the main changelog page, and a more detailed highlights section for the release-specific page.
Create the Announcement forindex.md:
docs/changelogs/index.md and the example within .gemini/skills/docs-changelog/references/index_template.md as your guide. This format includes PR links and authors. Stick to 1 or 2 PR links and authors.docs/changelogs/index.md.Create Highlights and Updatelatest.md:
latest.md and preview.md Highlights" section above.v0.29.0-preview.0)preview.md:
.gemini/skills/docs-changelog/references/preview_template.md.version, release_date, generated highlights, and the processed content from the temporary file.docs/changelogs/preview.md with the populated template.Use this path if the version number doesnot end in .0.
Important: Based on the version, you must choose to follow either section B.1 for stable patches or B.2 for preview patches. Do not follow the instructions for the other section.
v0.28.1)docs/changelogs/latest.mdUpdate the version in the main header. The line should read, # Latest stable release: {{version}}
Update the rease date. The line should read, Released: {{release_date_month_dd_yyyy}}
Determine if a "What's Changed" section exists in the temporary file If so, continue to step 4. Otherwise, skip to step 5.
Prepend the processed "What's Changed" list from the temporary file to the existing "What's Changed" list in latest.md. Do not change or replace the existing list, only add to the beginning of it.
In the "Full Changelog", edit only the end of the URL. Identify the last part of the URL that looks like ...{previous_version} and update it to be ...{version}.
Example: assume the patch version is v0.29.1. Change Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.0 to Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.1
v0.29.0-preview.3)docs/changelogs/preview.mdUpdate the version in the main header. The line should read, # Preview release: {{version}}
Update the rease date. The line should read, Released: {{release_date_month_dd_yyyy}}
Determine if a "What's Changed" section exists in the temporary file If so, continue to step 4. Otherwise, skip to step 5.
Prepend the processed "What's Changed" list from the temporary file to the existing "What's Changed" list in preview.md. Do not change or replace the existing list, only add to the beginning of it.
In the "Full Changelog", edit only the end of the URL. Identify the last part of the URL that looks like ...{previous_version} and update it to be ...{version}.
Example: assume the patch version is v0.29.0-preview.1. Change Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.0-preview.0 to Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.28.2…v0.29.0-preview.1
npm run format ONLY to ensure consistency.Weekly Installs
430
Repository
GitHub Stars
98.9K
First Seen
Feb 6, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli381
codex378
opencode378
github-copilot369
kimi-cli364
amp361
MCP Builder快速构建Claude工具服务器 - FastMCP Python/TypeScript开发指南
416 周安装
策略对比脚本 - 多策略回测分析与可视化工具,优化交易决策
416 周安装
Spring Boot 3.x OpenAPI 文档生成指南 - SpringDoc集成与Swagger UI配置
416 周安装
React Native 移动端 UI 设计规范与无障碍开发指南 | 最佳实践
417 周安装
CRM自动化工作流:HubSpot/Salesforce/Pipedrive潜在客户管理、交易跟踪与多CRM同步
417 周安装
敏捷产品负责人工具包 - 自动生成用户故事、冲刺规划与优先级排序
417 周安装
BODY content to a temporary file for processing.[#12345](URL))..gemini/skills/docs-changelog/references/latest_template.md.version, release_date, generated highlights, and the processed content from the temporary file.docs/changelogs/latest.md with the populated template.