git-release
星标17
分支0
更新时间2026年1月15日 20:27
Create consistent releases and changelogs
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create consistent releases and changelogs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | git-release |
| description | Create consistent releases and changelogs |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"maintainers","workflow":"github"} |
gh release create commandUse this when you are preparing a tagged release.
Ask clarifying questions if the target versioning scheme is unclear.
gh release create v1.2.0 \
--title "v1.2.0 - Feature Release" \
--notes "$(cat CHANGELOG.md)"