Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기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.