generate_changelog
Generate a Chinese changelog from recent Gitee commits, filling the gap since Gitee lacks a native changelog API. Specify owner, repo, optional since tag, and max commits.
Instructions
基于最近 commit 生成中文 CHANGELOG(Gitee 无原生 API,靠 commits 组合)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | 最多取多少条 commit,默认 50 | |
| repo | Yes | 仓库名 | |
| owner | Yes | 仓库所有者 | |
| since_tag | No | 从此 tag/分支之后的 commit,可选 |