release

Automates release packaging, tagging, and changelog generation for your project.

Updated May 4, 2026
One-click install
npx skills add https://github.com/BAS-More/Archon --skill release-bas-more
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/BAS-More/Archon/tree/main/.claude/skills/release
Command: npx skills add https://github.com/BAS-More/Archon --skill release-bas-more

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating software releases by generating changelog entries, bumping version numbers, and managing release artifacts, reducing manual overhead and errors.

Core Features & Use Cases

  • Automated Release Preparation: Generate detailed changelog entries from commit history and update version files.
  • Release Artifact Management: Coordinate build and upload binaries, update formulas, and create GitHub releases.
  • Use Case: For a project preparing a new software release, this Skill handles version bumps, changelog updates, and facilitates tagging and release creation with minimal manual input.

Quick Start

Use the release skill to prepare a new software version, including changelog updates and artifact deployment instructions.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate changelog generation and version bumping for software releases?

Automated changelog generation and version bumping is handled by extracting entries from commit history and updating version files atomically with checksum data to maintain release integrity. This reduces manual overhead in continuous integration pipelines.

What is the best way to manage release artifacts across multiple platforms in a CI pipeline?

Managing release artifacts across multiple platforms is achieved by coordinating build uploads, updating formulas, and creating GitHub releases within your continuous integration workflows. This ensures atomic updates of version and checksum data to maintain release integrity.

Can I use this release management process for continuous integration and deployment workflows?

Yes, this release management process is specifically designed for continuous integration pipelines and release workflows. It automates version bumps, changelog updates, and release artifact management with minimal manual input for software projects.

How does automated version bumping ensure release integrity during software deployment?

Automated version bumping ensures release integrity by performing atomic updates of version numbers and checksum data simultaneously. This prevents mismatched states between version files and release artifacts during deployment across multiple platforms.

Do I need any external dependencies to automate software release preparation and artifact deployment?

No external dependencies are required to automate software release preparation and artifact deployment. The process operates standalone to generate changelog entries from commit history, update versions, and facilitate tagging and release creation.