release-changelog
星标15
分支2
更新时间2026年5月27日 09:39
Generate and maintain release changelog entries from git history.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Generate and maintain release changelog entries from git history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | release-changelog |
| description | Generate and maintain release changelog entries from git history. |
| always | false |
Use this skill when preparing a release tag and updating CHANGELOG.md.
Produce a clear changelog section for a target version using commit history, then commit it before tagging.
v0.0.4)v0.0.3)just changelog-preview v0.0.4
bash scripts/generate-changelog.sh v0.0.4 --since v0.0.3 --dry-run
CHANGELOG.md:just changelog v0.0.4
Generated sections follow:
## [vX.Y.Z] - YYYY-MM-DD### Added### Changed### Fixed### Documentation### Maintenance<!-- changelog-entries --> in CHANGELOG.md.Changed section.