publish-version

Automate version updates, changelog finalization, git tagging, and release pushes.

Updated Aug 17, 2025
One-click install
npx skills add https://github.com/josefjura/hockey --skill publish-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-version
Source: https://github.com/josefjura/hockey/tree/main/.claude/skills/publish
Command: npx skills add https://github.com/josefjura/hockey --skill publish-version

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Releasing software is error-prone and time-consuming: updating version numbers, maintaining CHANGELOG, committing, tagging, and pushing releases manually. This Skill automates the entire release workflow, reducing mistakes and saving time.

Core Features & Use Cases

  • Version Determination: Accepts a target version or reads the current one from Cargo.toml.
  • Semantic Validation: Ensures the version follows semantic versioning.
  • Changelog & Commit Automation: Updates Cargo.toml, finalizes CHANGELOG.md, and creates a conventional commit.
  • Git & Release Automation: Creates git tag, pushes changes, and verifies CI triggers via gh CLI.

Quick Start

Use the skill to publish a new release by providing a version, for example: publish-version 1.2.3