返回 Skill 列表
extension
分类: 开发与工程无需 API Key

release-notes-generate

使用repo release-scripts生成两个git标签之间的由LLM支持的发布说明。当需要更改日志、发布说明或两个标签之间的摘要时使用。

person作者: jakexiaohubgithub

Release Notes Generate

Overview

Create release notes between git tags using the release-notes CLI and its prompt.

Workflow

  1. Run the CLI from dev/packages/release-scripts: pnpm release:notes --current-tag <tag> --previous-tag <tag> --output <path>.
  2. Review or update the prompt at dev/packages/release-scripts/scripts/release-notes/prompt.md when tone or format changes are needed.
  3. Confirm the output is based on actual git history and avoid inventing changes.