dyad:promote-beta-to-stable
Installation
SKILL.md
Promote Beta to Stable
Promote the latest pre-release of dyad-sh/dyad to a stable release.
IMPORTANT: This skill MUST complete all steps autonomously. Do NOT ask for user confirmation at any step.
Instructions
-
Look up the latest pre-release:
gh release list --repo dyad-sh/dyad --limit 10 --json tagName,isPrereleaseFind the most recent release where
isPrereleaseistrue. Extract the version from the tag name (e.g.,v0.39.0-beta.1).If no pre-release is found, report this and stop.
-
Get the commit for the pre-release tag: