releaser

Draft changelogs and emit git/tag/gh commands for release planning.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yandy-r/claude-plugins --skill releaser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: releaser
Source: https://github.com/yandy-r/claude-plugins/tree/main/.cursor-plugin/skills/releaser
Command: npx skills add https://github.com/yandy-r/claude-plugins --skill releaser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the release process by drafting a changelog, preparing release notes, and emitting precise git/tag/gh commands without performing commits or publishing, enabling safe, auditable releases.

Core Features & Use Cases

  • Detects project language and build system to tailor release plans.
  • Drafts conventional-commit-based changelogs and prepares upgrade notes.
  • Generates or audits GitHub Actions release workflows and emits the exact commands for tagging and publishing.

Quick Start

Prepare a release plan for v1.2.3 across the repository.

Frequently Asked Questions about releaser

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

FAQPage Schema
How do I automate changelog generation and version tagging without automatically pushing commits?

Automate changelog generation and version tagging safely by drafting release notes and emitting exact git/tag/gh commands for manual execution. This prevents accidental commits while providing auditable, step-by-step release instructions.

Can I generate a release plan for a multi-repo project using conventional commits?

Yes, you can generate a release plan for multi-repo projects by detecting the build system and drafting conventional-commit-based changelogs. It applies matrix resolution to coordinate version tagging across multiple repositories.

How do I set up GitHub Actions release workflows and audit existing CI configurations?

Set up and audit GitHub Actions release workflows by generating or reviewing CI configurations for version tagging. The process emits exact commands for publishing, ensuring safe handoff and manual execution without automated deployments.

Does the release automation work across different programming languages and build systems?

Yes, release automation works across different languages by detecting the project's language and build system to tailor the release plan. This ensures version bump proposals and changelog drafting fit the specific project environment.

What is the safest way to draft release notes and propose version bumps for manual review?

The safest way to draft release notes and propose version bumps is through a non-destructive release planning process. It prepares upgrade notes and emits precise git commands without committing or publishing, enabling safe manual review.