release

Automate npm release workflows with version bumps, changelogs, and GitHub releases.

2|1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/1a35e1/sonar-cli --skill release-1a35e1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/1a35e1/sonar-cli/tree/main/.claude/skills/release
Command: npx skills add https://github.com/1a35e1/sonar-cli --skill release-1a35e1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual releases are error-prone and time-consuming; this Skill automates version bumps, changelog updates, builds, publishing, and GitHub releases to streamline npm package releases.

Core Features & Use Cases

  • Automated release workflow: bump version, update changelog, run build, publish to npm, push to git, and create a GitHub release.
  • Use case: Teams can release new versions with confidence after automated checks and artifact publishing.
  • Use case: Open-source projects coordinating releases with contributors without manual coordination.

Quick Start

Run the release skill with a patch, minor, or major bump to start the workflow.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate npm package publishing and GitHub releases?

You can automate npm package publishing by using a release workflow that handles version bumping, changelog generation, building, publishing to npm, and creating a GitHub release in one click.

What is the best way to generate changelogs and bump versions for JavaScript projects?

Generating changelogs and bumping versions for JavaScript projects is best handled by an automated release workflow that updates the changelog, applies the version bump, and pushes the changes to git.

Can I run a patch, minor, or major release workflow from the main branch?

Yes, you can run patch, minor, or major release workflows directly from the main branch, which includes preflight validation before publishing artifacts to npm and GitHub.

Does the npm release automation support TypeScript projects?

Yes, the npm release automation supports both JavaScript and TypeScript projects, automatically running the build step before publishing the final artifacts to the npm registry.

How do I push version bumps and changelog updates to git after publishing?

Pushing version bumps and changelog updates to git happens automatically after the npm publish step succeeds, ensuring your repository stays synchronized with the newly released package version.

What happens if preflight validation fails during the release process?

If preflight validation fails during the release process, the workflow halts to prevent publishing broken artifacts, ensuring only successfully built packages are published to npm and GitHub.