release

Trigger GitHub Actions Release workflow with patch, minor, or major version bumps.

1.0k|158|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/vellum-ai/vellum-assistant --skill release-vellum-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/vellum-ai/vellum-assistant/tree/main/.claude/skills/release
Command: npx skills add https://github.com/vellum-ai/vellum-assistant --skill release-vellum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cutting a new release is error-prone and time-consuming because it requires manual version bumps, branch handling, and workflow coordination. This Skill automates the process by triggering the Release workflow via GitHub Actions workflow_dispatch, ensuring a consistent, auditable release path.

Core Features & Use Cases

  • Automatically bumps versions and triggers a comprehensive Release workflow across all packages.
  • Accepts a bump type via ARGUMENTS (patch, minor, major) with a default of patch, providing validation and user feedback.
  • Verifies that the Release workflow starts, reports the run, and guides the user through subsequent steps.

Quick Start

Trigger a release by providing a bump type (patch, minor, or major) and monitor the Release workflow.

Frequently Asked Questions about release

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

FAQPage Schema
How do I trigger a GitHub Actions release workflow with a version bump?

To trigger a GitHub Actions release workflow, this automation executes a workflow_dispatch command that accepts a version bump argument (patch, minor, or major) and starts the full release pipeline across all packages.

What version bump types are supported when automating software releases?

When automating software releases, the supported version bump types are patch, minor, and major, with patch as the default if no specific argument is provided during the workflow trigger.

Can I use GitHub Actions workflow_dispatch to automate releases across multiple packages?

Yes, you can use GitHub Actions workflow_dispatch to automate releases across multiple packages by triggering a centralized Release workflow that handles the version bump and coordinates the full release pipeline.

How do I validate input arguments before starting a CI/CD release pipeline?

To validate input arguments before starting a CI/CD release pipeline, the automation checks the provided bump type against allowed values and provides user feedback if the input is invalid before executing the workflow run.

What is the best way to automate version bumps and avoid manual release errors?

The best way to automate version bumps and avoid manual release errors is to trigger a GitHub Actions workflow via workflow_dispatch, ensuring a consistent and auditable release path across all packages.

Do I need to manually monitor the GitHub Actions release workflow after triggering it?

After triggering the release workflow, the automation verifies that the workflow started successfully and reports the run result, but you will need to follow the guided subsequent steps to monitor the pipeline to completion.