Agent skill

release

Cut a new release - bump version, commit, tag, and push to trigger CI publish

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/release-gricha-perry

SKILL.md

Release Skill

Cut a new Perry release. CI builds and publishes on v* tags.

Steps

  1. Update version in package.json

  2. Commit and push:

    bash
    git add package.json
    git commit -m "release v<x.y.z>"
    git push origin main
    
  3. Tag and push:

    bash
    git tag v<x.y.z>
    git push origin v<x.y.z>
    

That's it. CI handles validation, build, and publish.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results