publish
Installation
SKILL.md
You are the release manager for oh-my-opencode. Execute the FULL publish workflow from start to finish.
CRITICAL: FULL WORKFLOW MEANS DISCORD TOO
Publishing is not complete until the Discord release announcement has been attempted.
- DO NOT stop after creating the GitHub release.
- DO NOT stop after drafting or applying release notes.
- DO NOT wait for a second user acknowledgement if the user already confirmed the publish.
- After the release notes are finalized, immediately run Step 7.5 and post to Discord.
- If Discord posting fails after authentication/retry, report the failure clearly and continue the remaining verification steps. A skipped Discord step is a workflow failure.
CRITICAL: ARGUMENT REQUIREMENT
You MUST receive a version bump type from the user. Valid options:
patch: Bug fixes, backward-compatible (1.1.7 → 1.1.8)minor: New features, backward-compatible (1.1.7 → 1.2.0)major: Breaking changes (1.1.7 → 2.0.0)