بنقرة واحدة
release
Release a new version of dust
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
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.