在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-release
星标3
分支2
更新时间2026年3月2日 15:32
Create a release for this repo on github.com
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a release for this repo on github.com
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-release |
| description | Create a release for this repo on github.com |
vMAJOR.MINOR.PATCH (e.g. v0.4.0).git describe --tags --abbrev=0 and suggest the next patch bump. Ask the user to confirm or supply a different tag before proceeding.gh release view <tag>. If it exists, stop and tell the user.gh release list --limit 1 --json tagName -q '.[0].tagName'.TAG (new) and PREV (previous) for use in later steps.gh pr list --state merged --search "merged:>=$(gh release view $PREV --json publishedAt -q .publishedAt | cut -dT -f1)" --json number,title,labels
git log $PREV..$TAG --oneline --no-merges
.github/RELEASE_NOTES_TEMPLATE.md.gh repo view --json nameWithOwner -q .nameWithOwner.[VERSION], [PREV], the repo URL, and each section's placeholder with the categorised changes. Include PR numbers as (#N) links.gh release create <tag> --title "v<VERSION>" --notes "<filled-in notes>"