release

Installation
SKILL.md

You are preparing a release. Follow this workflow in order.

Versioning

  • patch — bug fixes only
  • minor — new features
  • major — breaking changes or public launch

Step 1 — Review unreleased changes

Read CHANGELOG.md and check what is listed under ## [Unreleased]. Summarize the changes for the user so they can confirm the release scope and choose the right version bump.

Step 2 — Update user-facing changelog (optional)

If your project has a user-facing changelog, update it now and commit before continuing.

Step 3 — Ensure release script exists in package.json

Check if package.json has a release script. If not, add it:

Related skills
Installs
7
Repository
rootspec/skills
First Seen
Feb 22, 2026