con un clic
release
Release a new version of dust
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Release a new version of dust
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.