with one click
release
Release a new version of dust
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Release a new version of dust
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.