What problem does it solve?
This Skill streamlines the release process for the vercel-plugin, handling gates, version bumping, artifact generation, and deployment. It's essential for automating software release workflows.
Core Features & Use Cases
- End-to-End Release Automation: Automates steps like gates, version bumping, artifact generation, commit, and push.
- Pre-flight Checks: Ensures typecheck, testing, and validation are passed before proceeding.
- Version Bumping: Allows for specifying which semver component to bump and updates the
version field in .plugin/plugin.json.
- Rebuilding Artifacts: Regenerates hooks and the skill manifest for deployment.
- Git Operations: Stages, commits, and pushes changes to the repository.
- Use Case: It can be used during a CI/CD pipeline to automatically cut a release when new versions are deployed.
Quick Start
Run the release skill to automate the release process.