release-version-update

Update release versions in package.json and compile changelogs from fragments.

16|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/sbluemin/fleet-harness --skill release-version-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-version-update
Source: https://github.com/sbluemin/fleet-harness/tree/main/.agents/skills/release-version-update
Command: npx skills add https://github.com/sbluemin/fleet-harness --skill release-version-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating release versions and compiling changelogs for the fleet-harness project, streamlining the release management workflow.

Core Features & Use Cases

  • Version Update Automation: Automatically updates the version number in package.json and pnpm-lock.yaml.
  • Changelog Compilation: Compiles release notes from .changelog.d/*.md fragments.
  • Validation: Validates changes, checks for consistency, and ensures the integrity of the release process.
  • Use Case: When preparing a new release of the fleet-harness project, this Skill helps manage version updates and generate the release notes efficiently.

Quick Start

Run the skill to update the release version and compile the changelog for the current branch.

Frequently Asked Questions about release-version-update

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

FAQPage Schema
How do I automate release version updates and compile changelogs for my project?

To automate release version updates and compile changelogs, this Skill updates version metadata in package.json and pnpm-lock.yaml while compiling release notes from .changelog.d/*.md fragments. It streamlines the entire release management workflow into a single automated process.

How does changelog compilation from markdown fragments work?

Changelog compilation from markdown fragments works by reading individual .changelog.d/*.md files and merging them into a consolidated release notes document. The Skill validates these fragments for consistency before compiling the final changelog for the current branch.

Do I need Node.js to automate version metadata updates in package.json?

Yes, you need Node.js to automate version metadata updates in package.json. The Skill requires a Node.js environment along with access to the project's package.json and pnpm-lock.yaml files to execute version bumping and changelog compilation.

What is the best way to validate release version consistency before publishing?

The best way to validate release version consistency is using an automated Skill that checks version metadata in package.json against pnpm-lock.yaml and validates changelog fragments. This ensures integrity across all version references before the release process completes.

Can I use this release management automation for projects outside of fleet-harness?

This release management automation is designed for the fleet-harness project workflow, updating versions in package.json and compiling .changelog.d/*.md fragments. While it targets fleet-harness specifically, any Node.js project using this exact structure can leverage it.