release-prep

Update version numbers, docs, and blog content for release preparation.

64|13|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/prettysmartdev/amux --skill release-prep-prettysmartdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-prep
Source: https://github.com/prettysmartdev/amux/tree/main/.claude/skills/release-prep
Command: npx skills add https://github.com/prettysmartdev/amux --skill release-prep-prettysmartdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepare AMUX release readiness by updating version numbers, documentation, getting-started content, release notes, and blog posts, while avoiding execution of the actual release script.

Core Features & Use Cases

  • Bump version numbers across relevant files (Cargo.toml, docs, and README).
  • Update release-related docs and blog content to reflect new features and changes.
  • Generate release notes and a draft blog post to accompany the release.
  • Do not execute the release script or push tags automatically.

Quick Start

Run the release-prep skill to prepare for a new release without executing the release script.

Frequently Asked Questions about release-prep

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

FAQPage Schema
How do I bump version numbers and update docs for a new release?

To prepare for a release, you can automatically bump version numbers across files like Cargo.toml, docs, and README, while simultaneously updating release notes and blog post content without running the actual release script.

What is the best way to automate release preparation without pushing git tags?

Automating release preparation involves updating version numbers and drafting release notes and blog content, intentionally skipping the execution of the release script and automatic git tag pushing to maintain manual control over the final deployment.

Can I generate release notes and a draft blog post automatically?

Yes, you can generate release notes and draft a blog post to accompany your release as part of the preparation workflow, ensuring documentation accurately reflects new features and changes before the actual release occurs.

Does the release preparation process update getting-started content?

Yes, the release preparation process updates getting-started content, version numbers in Cargo.toml, and relevant documentation to ensure all materials reflect the upcoming release changes accurately.

Why should I separate version bumping from executing the release script?

Separating version bumping from executing the release script allows you to review documentation, verify blog content, and validate version changes safely before committing to the final release deployment.