release

Automate Superthread version bumps, changelog generation, and tag creation.

1|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/steveclarke/superthread --skill release-steveclarke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/steveclarke/superthread/tree/main/.claude/skills/release
Command: npx skills add https://github.com/steveclarke/superthread --skill release-steveclarke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Releasing software can be error prone and time consuming. This Skill guides through releasing a new version of Superthread, including bumping the version, generating release notes, and coordinating GitHub Actions.

Core Features & Use Cases

  • Version bumping and tagging
  • Release notes drafting and publishing
  • CI/CD workflow coordination for gem release

Quick Start

Run the release workflow to bump the version, commit changes, and trigger the release process.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate gem release versioning and changelog generation?

To automate gem release versioning, bump the version number, generate release notes, commit changes, and run rake release. The workflow coordinates GitHub Actions to cut and publish the tagged release.

What is the best way to cut a new tagged release in a CI/CD workflow?

Cutting a tagged release in a CI/CD workflow involves bumping the version, committing changes, creating a git tag, and running rake release. GitHub Actions coordinates the publishing to finalize the release.

Can I use rake release to bump version numbers and publish a gem?

Yes, rake release supports bumping version numbers and publishing a gem. The workflow commits version changes, creates a git tag, and coordinates GitHub Actions to finalize the gem release.

Does this release workflow generate release notes automatically?

Yes, the release workflow automatically generates release notes. It drafts and publishes changelog content while bumping the version, committing changes, and creating a git tag for the release.

Why does my git version bump and tag creation fail before running rake release?

Git version bump and tag creation can fail if changes are not committed before running rake release. Ensure the workflow properly commits version changes, generates release notes, and creates the tag before triggering publication.