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)"