Release Automation

Community

Automate releases, generate changelogs, deploy with ease.

AuthorspartDev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the manual, error-prone, and time-consuming process of preparing software releases. It automates version bumping, changelog generation, and GitHub Pull Request creation, ensuring consistent and compliant releases.

Core Features & Use Cases

  • SEMVER Version Bumping: Automatically determines MAJOR, MINOR, or PATCH version based on conventional commit history.
  • Changelog Generation: Creates a professional, Keep a Changelog-compliant changelog from commit messages, linking to PRs.
  • GitHub PR & Tag Automation: Prepares a release branch, commits changes, creates a Pull Request, and can even automatically create the git tag after PR merge to trigger CI/CD.
  • Use Case: A development team needs to release a new version of their Chrome extension. Instead of manually updating version numbers, drafting changelogs, and creating PRs, they use this Skill to automate the entire pre-release process, ensuring all files are updated correctly and a detailed changelog is generated.

Quick Start

Automate the release process for the My Prompt Manager extension. Analyze the git history, suggest a SEMVER version, generate the changelog, update all version files, and create a release Pull Request.

Dependency Matrix

Required Modules

None required

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 Automation
Download link: https://github.com/spartDev/My-Prompt-Manager/archive/main.zip#release-automation

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