release

Automate the release process for vercel-plugin with gates, version bump, artifacts, commit, and push.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Extremez-Surya/onlineruler --skill release-extremez-surya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/Extremez-Surya/onlineruler/tree/main/.agents/skills/release
Command: npx skills add https://github.com/Extremez-Surya/onlineruler --skill release-extremez-surya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the release process for vercel-plugin, including running gates, bumping version, generating artifacts, committing, and pushing.

Core Features & Use Cases

  • Automated Release Workflow: Handles all stages of the release process in a single command.
  • Version Bumping: Supports patch, minor, and major version updates.
  • Artifact Generation: Rebuilds generated artifacts for the updated plugin.
  • Commit and Push: Manages the commit and push operations to the repository.
  • Use Case: Ideal for use when asked to "release", "ship", "bump and push", or "cut a release".

Quick Start

Run the release skill to automate the release process for vercel-plugin.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the vercel-plugin release process for version bumping and pushing?

Automate the vercel-plugin release process by running a single command that handles gates, bumps version, generates artifacts, commits, and pushes. Use it when asked to ship, bump and push, or cut a release.

What steps are involved in release automation for a vercel-plugin?

Release automation involves running gates, bumping the plugin version, generating updated artifacts, committing changes, and pushing to the repository. It handles all stages of deployment automation in one workflow.

Do I need a CI/CD pipeline setup to use release automation for vercel-plugin?

Yes, release automation requires a version control system and a CI/CD pipeline setup. It applies to software engineering workflows involving deployment automation and is designed for environments with these systems configured.

Can I bump major, minor, and patch versions when cutting a release for vercel-plugin?

Yes, you can bump major, minor, and patch versions. The release automation workflow supports all three version update types when generating artifacts and pushing the updated vercel-plugin to your repository.

What is the best way to ship a vercel-plugin without manually committing and pushing artifacts?

Use a release automation workflow to ship a vercel-plugin without manual steps. It automatically rebuilds generated artifacts, commits the version bump, and pushes directly to your version control system.

Why does my vercel-plugin release workflow fail when generating artifacts?

Release automation failures often stem from missing CI/CD pipeline setup or version control system prerequisites. Ensure your environment is fully configured before running the gates, version bumping, and artifact generation stages.