release-changelog

仓库创建 2026年3月2日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

自动汇总变更并按发布模型输出,节省发布笔记大量人工工作。

▸ 风险提示

需要读取仓库提交历史与变更集权限

这个 Skill 做什么

从提交和 changesets 生成稳定发布的用户可读变更日志。

自动从 commits、changesets 和合并的 PR 上下文里抽出用户可读的变更条目,生成稳定发布用的 changelog 文件,方便写 releases/vYYYY.MDD.P.md。在要发稳定版本、整理自上一个稳定 tag 以来的用户可见改动时用它。它遵循 calver(YYYY.MDD.P)的版本模型,会把合并记录和 changeset 汇总成清晰的发布说明。

▸ 展开 SKILL.md 英文原文

Generate the stable Paperclip release changelog at releases/vYYYY.MDD.P.md by reading commits, changesets, and merged PR context since the last stable tag.

开发编程发布日志版本管理changelog通用
7.6w
Stars
1.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/paperclipai/paperclip/master/.agents/skills/release-changelog/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/.agents/skills/release-changelog/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Release Changelog Skill

Generate the user-facing changelog for the **stable** Paperclip release.

## Versioning Model

Paperclip uses **calendar versioning (calver)**:

- Stable releases: `YYYY.MDD.P` (e.g. `2026.318.0`)
- Canary releases: `YYYY.MDD.P-canary.N` (e.g. `2026.318.1-canary.0`)
- Git tags: `vYYYY.MDD.P` for stable, `canary/vYYYY.MDD.P-canary.N` for canary

There are no major/minor/patch bumps. The stable version is derived from the
intended release date (UTC) plus the next same-day stable patch slot.

Output:

- `releases/vYYYY.MDD.P.md`
- a `release` Case, upserted by `(caseType, key)` when Cases are enabled, with a
  `body` document revision containing the changelog body

Im
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有