release-workflow

Community

Automate releases, deploy with confidence.

Authorfattits30-dev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the entire software release process, eliminating manual errors and saving significant time. It ensures consistent, high-quality deployments across multiple platforms, from version bumping to publishing on GitHub.

Core Features & Use Cases

  • End-to-End Automation: Handles version bumping, changelog generation, and multi-platform builds (Windows, macOS, Linux).
  • GitHub Release Integration: Automatically creates GitHub releases with attached installers and release notes.
  • Pre-Release Validation: Ensures code quality, test coverage, and environment readiness before deployment.
  • Use Case: When you're ready to ship a new feature, Claude orchestrates the entire release: bumping the version, generating a changelog, building Windows, macOS, and Linux installers, and publishing them to GitHub, all with a single command.

Quick Start

Create a patch release (e.g., for a bug fix)

pnpm release patch

Create a minor release (e.g., for new features)

pnpm release minor

Perform a dry run to see changes without publishing

pnpm release minor --dry-run

Dependency Matrix

Required Modules

npmghtsx

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: release-workflow
Download link: https://github.com/fattits30-dev/Justice-Companion/archive/main.zip#release-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository