在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用release
星标3
分支1
更新时间2026年2月8日 06:59
Release a new version of dust
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Release a new version of dust
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | release |
| description | Release a new version of dust |
| disable-model-invocation | true |
Release a new version of dust by following these steps exactly:
git pull
bin/dust check
All checks must pass before proceeding. If any fail, stop and fix them first.
package.jsongh release list --limit 5git log <last-tag>..HEAD --onelineEdit the "version" field in package.json to the new version.
git commit -m "Bump version to X.Y.Z"git pushgh release create vX.Y.Z --title "vX.Y.Z" --notes "<release notes>"
The release notes should be a ## What's Changed section with a bullet per meaningful change. Only include changes that impact downstream consumers (e.g. new features, bug fixes, API changes). Skip internal-only changes like task management commits ("Add task:", "Shelve Idea:"), refactors with no external effect, and documentation updates.
Print the release URL and a summary of what was released.