release

Automate versioning, changelog, and publishing in release workflows.

24|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill release-hypoxanthineovo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/HypoxanthineOvO/Hypo-Workflow/tree/main/skills/release
Command: npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill release-hypoxanthineovo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hypo-Workflow release automation addresses the fragmented and error-prone manual release process by unifying versioning, changelog updates, and publication into a single reproducible flow.

Core Features & Use Cases

  • Preflight checks and regression readiness verification before tagging.
  • Automatic version calculation, changelog generation, and README synchronization according to templates.
  • One-click publishing with optional remote release entries and lifecycle logging for auditability.

Quick Start

Run the release flow to bump versions, update documentation, and publish the new release.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate versioning, changelog updates, and publishing in one flow?

Release automation unifies versioning, changelog updates, and publication into a single reproducible flow. It runs preflight checks, calculates versions automatically, updates documentation, and publishes with optional remote release entries.

What preflight checks are needed before tagging a software release?

Preflight checks enforce a clean worktree before tagging. The release process verifies regression readiness through conditional test execution and checks documentation synchronization before proceeding with the version bump.

Can I use automated release workflows across different branches and platforms?

Automated release workflows apply to local development workflows needing consistent release automation across branches and platforms. They support conditional test execution and optional remote release entries for cross-platform publication.

How do I automatically calculate versions and generate changelogs?

Automatic version calculation and changelog generation are handled during the release flow. The process reads the worktree state, computes the next version, generates the changelog, and updates README templates accordingly.

What's the best way to enforce signed commits and auditability in release automation?

Release automation enforces signed commits and provides lifecycle logging for auditability. This ensures reproducible flows and tracks the end-to-end process from preflight checks to publication and remote release entries.