This skill automates the release process for a single skill within a repository, ensuring it's published to all relevant channels without affecting other skills.
This skill finds and executes a release script within the target repository. It assumes the repository has been set up with the skill-publisher pipeline.
When this skill is activated, it will:
image-gen).2.1.0).scripts/release.sh script in the repository and execute it with the provided arguments.This triggers the publish.yml GitHub Actions workflow, which detects the new tag and publishes the updated skill to ClaWHub.
> User: "Help me update the image-gen skill."
>
> Agent (using this skill): "What is the new version number?"
>
> User: "2.1.0"
>
> Agent: "And what's the main change in this version?"
>
> User: "Added Stable Diffusion 3 support."
>
> Agent: "Got it. Releasing image-gen v2.1.0..."
> Agent executes bash scripts/release.sh image-gen 2.1.0 "Add Stable Diffusion 3 support"
共 1 个版本